Compartir a través de


NetworkAddress Class

Inheritance Hierarchy

System.Object
  Microsoft.Exchange.Data.ProtocolAddress
    Microsoft.Exchange.Data.NetworkAddress

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

Syntax

'Declaration
Public MustInherit Class NetworkAddress _
    Inherits ProtocolAddress _
    Implements IComparable(Of NetworkAddress)
'Usage
Dim instance As NetworkAddress
public abstract class NetworkAddress : ProtocolAddress, 
    IComparable<NetworkAddress>

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.