SipPeerToPeerEndpoint Class

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Represents an endpoint with no registration server.

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

Syntax

'Declaration
Public Class SipPeerToPeerEndpoint
    Inherits RealTimeEndpoint
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.

Inheritance Hierarchy

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

Thread Safety

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

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

Reference

SipPeerToPeerEndpoint Members
Microsoft.Rtc.Signaling Namespace