SipPeerToPeerEndpoint Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
SipPeerToPeerEndpoint() | Initializes a new instance of the SipPeerToPeerEndpoint class. | |
SipPeerToPeerEndpoint(String) | Initializes a new instance of the SipPeerToPeerEndpoint class with the given URI. To enable listening, use StartListening(ipEndpoint) in the ConnectionManager property. | |
SipPeerToPeerEndpoint(String, RealTimeServerConnectionManager) | Initializes a new instance of the SipPeerToPeerEndpoint class. | |
SipPeerToPeerEndpoint(String, RealTimeServerConnectionManager, SipTransportType) | Initializes a new instance of the SipPeerToPeerEndpoint class. | |
SipPeerToPeerEndpoint(String, RealTimeServerConnectionManager, SipTransportType, String) | Initializes a new instance of SipPeerToPeerEndpoint. | |
SipPeerToPeerEndpoint(String, RealTimeServerConnectionManager, SipTransportType, String, Int32) | Initializes a new instance of the SipPeerToPeerEndpoint class. | |
SipPeerToPeerEndpoint(String, RealTimeServerConnectionManager, SipTransportType, String, Int32, String) | Initializes a new instance of SipPeerToPeerEndpoint. |
Top