Share via


ListeningIPAddress Property

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 ServerPlatformSettings
Dim value As IPAddress

value = instance.ListeningIPAddress

instance.ListeningIPAddress = value
public IPAddress ListeningIPAddress { get; set; }

Property Value

Type: System.Net..::..IPAddress

See Also

Reference

ServerPlatformSettings Class

ServerPlatformSettings Members

Microsoft.Rtc.Collaboration Namespace