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 IP address on which to listen.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property ListeningIPAddress As IPAddress
Get
'Usage
Dim instance As CollaborationPlatform
Dim value As IPAddress
value = instance.ListeningIPAddress
public IPAddress ListeningIPAddress { get; }
Property Value
Type: System.Net.IPAddress