C# Class NLog.Targets.WebServiceTarget.HttpPostXmlDocumentFormatter

Inheritance: HttpPostXmlFormatterBase
Datei anzeigen Open project: NLog/NLog

Public Methods

Method Description
HttpPostXmlDocumentFormatter ( WebServiceTarget target ) : System

Protected Methods

Method Description
WriteContent ( MemoryStream ms, object parameterValues ) : void

Method Details

HttpPostXmlDocumentFormatter() public method

public HttpPostXmlDocumentFormatter ( 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