C# Class NLog.Targets.WebServiceTarget.HttpPostSoapFormatterBase

Inheritance: HttpPostXmlFormatterBase
Show file Open project: NLog/NLog

Protected Methods

Method Description
HttpPostSoapFormatterBase ( WebServiceTarget target ) : System
WriteContent ( MemoryStream ms, object parameterValues ) : void

Method Details

HttpPostSoapFormatterBase() protected method

protected HttpPostSoapFormatterBase ( WebServiceTarget target ) : System
target WebServiceTarget
return System

WriteContent() protected method

protected WriteContent ( MemoryStream ms, object parameterValues ) : void
ms System.IO.MemoryStream
parameterValues object
return void