Click or drag to resize

ProxyMode Enumeration

Mode authentication if a proxy server is used to call HTTP based web services

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public enum ProxyMode
Members
  Member nameValueDescription
System0 Uses system auto-configured proxy settings if available
Manual1 Uses manually configured proxy settings. if no proxy is configured, direct call will be performed
See Also