SipEndpoint Class

Represents a registration server-based endpoint.

Inheritance Hierarchy

System..::..Object
  Microsoft.Rtc.Signaling..::..RealTimeEndpoint
    Microsoft.Rtc.Signaling..::..SipEndpoint

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

Syntax

'Declaration
Public Class SipEndpoint _
    Inherits RealTimeEndpoint
'Usage
Dim instance As SipEndpoint
public class SipEndpoint : RealTimeEndpoint

Remarks

All messages are routed to this server. The endpoint caches the connection created to communicate with the server.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SipEndpoint Members

Microsoft.Rtc.Signaling Namespace