Share via


ProtocolConnectionSettings constructor (Hostname, Int32, Nullable<>)

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

Syntax

'Declaration
Public Sub New ( _
    hostname As Hostname, _
    port As Integer, _
    encryptionType As Nullable(Of EncryptionType) _
)
'Usage
Dim hostname As Hostname
Dim port As Integer
Dim encryptionType As Nullable(Of EncryptionType)

Dim instance As New ProtocolConnectionSettings(hostname, _
    port, encryptionType)
public ProtocolConnectionSettings(
    Hostname hostname,
    int port,
    Nullable<EncryptionType> encryptionType
)

Parameters

See also

Reference

ProtocolConnectionSettings class

ProtocolConnectionSettings members

ProtocolConnectionSettings overload

Microsoft.Exchange.Data namespace