Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the listening port.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property ListeningPort As Integer
Get
Protected Set
'Usage
Dim instance As RealTimeServerConnectionManager
Dim value As Integer
value = instance.ListeningPort
instance.ListeningPort = value
public int ListeningPort { get; protected set; }
Property Value
Type: System.Int32
The listening port.
See Also
Reference
RealTimeServerConnectionManager Class