UMServer.SipTlsListeningPort Property
Gets or sets the TLS port that is used by the Unified Messaging server to receive incoming calls.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property SipTlsListeningPort As Integer
Get
Set
'Usage
Dim instance As UMServer
Dim value As Integer
value = instance.SipTlsListeningPort
instance.SipTlsListeningPort = value
[ParameterAttribute(Mandatory = false)]
public int SipTlsListeningPort { get; set; }
Property Value
Type: System.Int32
The TLS port for incoming calls. The default value is 5061.
Remarks
The SipTlsListeningPort property specifies the TLS port that is used by Unified Messaging servers that are added to a UM dial plan that is configured to use SIP-secured or secured mode.
See Also