Compartilhar via


ProxyAddress Class

Represents the address of a proxy server.

Inheritance Hierarchy

System.Object
  Microsoft.Exchange.Data.ProxyAddressBase
    Microsoft.Exchange.Data.ProxyAddress

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class ProxyAddress _
    Inherits ProxyAddressBase _
    Implements IComparable(Of ProxyAddress)
'Usage
Dim instance As ProxyAddress
[SerializableAttribute]
public abstract class ProxyAddress : ProxyAddressBase, 
    IComparable<ProxyAddress>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.