| WebServiceProxyType Enumeration |
Web Service Proxy Configuration Type
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public 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