| WebServiceTargetProxyType Property |
Gets or sets the proxy configuration when calling web service
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public WebServiceProxyType ProxyType { get; set; }
Public Property ProxyType As WebServiceProxyType
Get
Set
Dim instance As WebServiceTarget
Dim value As WebServiceProxyType
value = instance.ProxyType
instance.ProxyType = value
member ProxyType : WebServiceProxyType with get, set
Property Value
Type:
WebServiceProxyTypeRemarks
Changing ProxyType on Net5 (or newer) will turn off Http-connection-pooling
See Also