SipPeerToPeerEndpoint Class

Represents an endpoint with no registration server.

Inheritance Hierarchy

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

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

Syntax

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

Remarks

The endpoint can communicate with other endpoints directly or through a configured outbound proxy server. This endpoint does not support register or user authentication. This endpoint should be enabled for listening using the connection manager to allow others to connect. If the endpoint is used only for outgoing messages, there is no need for listening.

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

SipPeerToPeerEndpoint Members

Microsoft.Rtc.Signaling Namespace