 | WebServiceProxyType Enumeration |
Web Service Proxy Configuration Type
Namespace:
NLog.Targets
Assembly:
NLog.Targets.WebService (in NLog.Targets.WebService.dll) Version: 6.0.3+e276e1969a52b8ecc5cc84c1670a516efea0cb19
Syntaxpublic enum WebServiceProxyType
Public Enumeration WebServiceProxyType
Dim instance As WebServiceProxyType
Members
| Member name | Value | Description |
---|
| DefaultWebProxy | 0 |
Default proxy configuration from app.config (System.Net.WebRequest.DefaultWebProxy)
|
| AutoProxy | 1 |
Automatic use of proxy with authentication (cached)
|
| NoProxy | 2 |
Disables use of proxy (fast)
|
| ProxyAddress | 3 |
Custom proxy address (cached)
|
See Also