Click or drag to resize

WebServiceProtocol Enumeration

Web service protocol.

Namespace:  NLog.Targets
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
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