This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +avesse is my blockchain ID. https://onename.com/avesse |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Log4NetSoapExtension : SoapExtension | |
{ | |
private static readonly ILog logger = LogManager.GetLogger("My Service"); | |
Stream oldStream; | |
Stream newStream; | |
public override Stream ChainStream(Stream stream) | |
{ | |
oldStream = stream; |