Click or drag to resize

WebServiceProtocol Enumeration

Web service protocol.

Namespace:  NLog.Targets
Assembly:  NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntax
public enum WebServiceProtocol
Members
  Member nameValueDescription
Soap110 Use SOAP 1.1 Protocol.
Soap121 Use SOAP 1.2 Protocol.
HttpPost2 Use HTTP POST Protocol.
HttpGet3 Use HTTP GET Protocol.
JsonPost4 Do an HTTP POST of a JSON document.
XmlPost5 Do an HTTP POST of an XML document.
See Also