C# Class NLog.Targets.WebServiceTarget.HttpPostSoapFormatterBase

Inheritance: HttpPostXmlFormatterBase
Afficher le fichier Open project: NLog/NLog

Méthodes protégées

Méthode Description
HttpPostSoapFormatterBase ( WebServiceTarget target ) : System
WriteContent ( MemoryStream ms, object parameterValues ) : void

Method Details

HttpPostSoapFormatterBase() protected méthode

protected HttpPostSoapFormatterBase ( WebServiceTarget target ) : System
target WebServiceTarget
Résultat System

WriteContent() protected méthode

protected WriteContent ( MemoryStream ms, object parameterValues ) : void
ms System.IO.MemoryStream
parameterValues object
Résultat void