Initializes a new instance of the class. Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in microsoft.rtc.collaboration.dll)

Syntax

Exceptions

Exception type Condition
RealTimeException

Thrown when the local host name cannot be retrieved.

Remarks

The URI for the endpoint defaults to local host. To enable listening, use StartListening(ipEndpoint) in the ConnectionManager property. The use of this constructor creates its own instance of the SIP stack needed to support this endpoint. Because the creation of SIP Stack is memory consuming, it is not recommended to create too many instances (more than 10) of endpoint using this constructor.


Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also