NetworkAddress Constructor
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Protected Sub New ( _
protocol As NetworkProtocol, _
address As String _
)
'Usage
Dim protocol As NetworkProtocol
Dim address As String
Dim instance As New NetworkAddress(protocol, _
address)
protected NetworkAddress(
NetworkProtocol protocol,
string address
)