 | WebServiceTargetProxyType Property |
Gets or sets the proxy configuration when calling web service
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic 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:
WebServiceProxyType
Remarks
Changing ProxyType on Net5 (or newer) will turn off Http-connection-pooling
See Also