[This is preliminary documentation and is subject to change.]
Web service protocol.
Namespace:
NLog.TargetsAssembly: NLog (in NLog.dll) Version: 2.0.1.0
Syntax
C# |
---|
public enum WebServiceProtocol |
Visual Basic (Declaration) |
---|
Public Enumeration WebServiceProtocol |
Visual Basic (Usage) |
---|
Dim instance As WebServiceProtocol |
Members
Member name | Description | |
---|---|---|
Soap11 |
Use SOAP 1.1 Protocol.
| |
Soap12 |
Use SOAP 1.2 Protocol.
| |
HttpPost |
Use HTTP POST Protocol.
| |
HttpGet |
Use HTTP GET Protocol.
|