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 or sets the IP address on which to listen.
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 ProvisionedApplicationPlatformSettings
Dim value As IPAddress
value = instance.ListeningIPAddress
instance.ListeningIPAddress = value
public IPAddress ListeningIPAddress { get; set; }
Property Value
Type: System.Net.IPAddress
Remarks
If it is not set the application will listen on all IP addresses.
See Also
Reference
ProvisionedApplicationPlatformSettings Class