Click or drag to resize

RequestOptionsProxyMode Property

Gets or sets the proxy settings. When System is used, The service will try to use default proxy settings used by the system.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public ProxyMode ProxyMode { get; set; }

Property Value

Type: ProxyMode
The proxy mode.
See Also