Gets or sets the IP address on which to listen.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
ListeningIPAddress 
As 
IPAddress
C#
public 
IPAddress 
ListeningIPAddress { 
get; 
set; }
Visual C++
public:
property 
IPAddress^ 
ListeningIPAddress {
	
IPAddress^ 
get ();
	
void 
set (
IPAddress^ 
value);
}
JavaScript
function get_
listeningIPAddress();
function set_
listeningIPAddress(
value);

Remarks

If it is not set the application will listen on all IP addresses.

See Also