Class ProxyAuthCheckResult
Proxy authentication check result.
Inheritance
System.Object
ProxyAuthCheckResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class ProxyAuthCheckResult
Constructors
ProxyAuthCheckResult(Boolean, String[])
Initializes a new instance of the ProxyAuthCheckResult class.
Declaration
public ProxyAuthCheckResult(bool needsAuthentication, string[] proxyIPAddresses)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | needsAuthentication | Whether the proxy needs authentication. |
System.String[] | proxyIPAddresses | The proxy IP addresses. |
Properties
NeedsAuthentication
Gets or sets whether the proxy needs authentication.
Declaration
public bool NeedsAuthentication { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ProxyIPAddress
Gets or sets the first proxy IP address.
Declaration
public string ProxyIPAddress { get; }
Property Value
Type | Description |
---|---|
System.String |
ProxyIPAddresses
Gets or sets the proxy IP addresses.
Declaration
public string[] ProxyIPAddresses { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |