ProxyAddress Members
Include Protected Members
Include Inherited Members
Represents the address of a proxy server.
The ProxyAddress type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProxyAddress(ProxyAddressPrefix, String, Boolean) | ||
ProxyAddress(ProxyAddressPrefix, String, Boolean, Boolean) |
Top
Properties
Name | Description | |
---|---|---|
AddressString | Gets the URI of the proxy server. | |
IsPrimaryAddress | Gets a value that indicates whether the proxy address is the primary address of the proxy. (Inherited from ProxyAddressBase.) | |
Prefix | (Inherited from ProxyAddressBase.) | |
PrefixString | (Inherited from ProxyAddressBase.) | |
ProxyAddressString |
Top
Methods
Name | Description | |
---|---|---|
CompareTo(ProxyAddress) | ||
CompareTo(ProxyAddressBase) | (Inherited from ProxyAddressBase.) | |
CompareTo(Object) | (Inherited from ProxyAddressBase.) | |
Equals(Object) | (Overrides ProxyAddressBase.Equals(Object).) | |
Equals(ProxyAddressBase) | (Inherited from ProxyAddressBase.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Overrides ProxyAddressBase.GetHashCode().) | |
GetSimilarProxy | (Inherited from ProxyAddressBase.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Parse(String) | ||
Parse(String, String) | ||
ToPrimary | (Overrides ProxyAddressBase.ToPrimary().) | |
ToSecondary | (Overrides ProxyAddressBase.ToSecondary().) | |
ToString | (Inherited from ProxyAddressBase.) |
Top