Click or drag to resize

WebServiceProxyType Enumeration

Web Service Proxy Configuration Type

Namespace:  NLog.Targets
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public enum WebServiceProxyType
Members
  Member nameValueDescription
DefaultWebProxy0 Default proxy configuration from app.config (System.Net.WebRequest.DefaultWebProxy)
AutoProxy1 Automatic use of proxy with authentication (cached)
NoProxy2 Disables use of proxy (fast)
ProxyAddress3 Custom proxy address (cached)
See Also