SipEndpoint Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
SipEndpoint(String, SipAuthenticationProtocols, SipTransportType, String) | Creates a new instance of SipEndpoint. This endpoint is server-based. By default, the platform will use port 5060 for TCP and 5061 for TLS. To use a port other than these, the caller should set the port property before trying to register. | |
SipEndpoint(String, SipAuthenticationProtocols, SipTransportType, String, Int32, Boolean, RealTimeConnectionManager, String) | Creates a new instance of SipEndpoint. This endpoint is server-based. |
Top