| WebServiceProtocol Enumeration |
Web service protocol.
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public enum WebServiceProtocol
Public Enumeration WebServiceProtocol
Dim instance As WebServiceProtocol
Members
| Member name | Value | Description |
---|
| Soap11 | 0 |
Use SOAP 1.1 Protocol.
|
| Soap12 | 1 |
Use SOAP 1.2 Protocol.
|
| HttpPost | 2 |
Use HTTP POST Protocol.
|
| HttpGet | 3 |
Use HTTP GET Protocol.
|
| JsonPost | 4 |
Do an HTTP POST of a JSON document.
|
| XmlPost | 5 |
Do an HTTP POST of an XML document.
|
See Also