ServerPlatformSettings.ListeningIPAddress Property
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property ListeningIPAddress As IPAddress
Get
Set
'Usage
Dim instance As ServerPlatformSettings
Dim value As IPAddress
value = instance.ListeningIPAddress
instance.ListeningIPAddress = value
public IPAddress ListeningIPAddress { get; set; }
Property Value
Type: System.Net.IPAddress