SipEndpointSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents settings to configure a SipEndpoint.
public ref class SipEndpointSettings : Microsoft::Rtc::Signaling::RealTimeEndpointSettings
public class SipEndpointSettings : Microsoft.Rtc.Signaling.RealTimeEndpointSettings
type SipEndpointSettings = class
inherit RealTimeEndpointSettings
Public Class SipEndpointSettings
Inherits RealTimeEndpointSettings
- Inheritance
Constructors
SipEndpointSettings() |
Initializes a new instance of the object. |
Properties
AllowedAuthenticationProtocols |
Gets or sets the allowed authentication protocols. |
AllowNoAuthentication |
Gets or sets whether the platform should be allowed to continue if the server does not request authentication. |
EndpointId |
Gets or sets the Endpoint Id to use. Can be null. (Inherited from RealTimeEndpointSettings) |
Headers |
Additional headers to add to every SIP message sent from this endpoint. Can be empty. (Inherited from RealTimeEndpointSettings) |
OutboundConnectionConfiguration |
Gets the object containing outbound configuration settings. (Inherited from RealTimeEndpointSettings) |
ProxyConnectionContext |
Gets or sets connection information for the proxy server. (Inherited from RealTimeEndpointSettings) |
RegistrationEnabled |
Gets or sets whether registration should be enabled for this endpoint. (Inherited from RealTimeEndpointSettings) |
TransportType |
Gets or sets the transport to use with the registration server. (Inherited from RealTimeEndpointSettings) |