SipPeerToPeerEndpointSettings 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 SipPeerToPeerEndpoint
public ref class SipPeerToPeerEndpointSettings : Microsoft::Rtc::Signaling::RealTimeEndpointSettings
public class SipPeerToPeerEndpointSettings : Microsoft.Rtc.Signaling.RealTimeEndpointSettings
type SipPeerToPeerEndpointSettings = class
inherit RealTimeEndpointSettings
Public Class SipPeerToPeerEndpointSettings
Inherits RealTimeEndpointSettings
- Inheritance
Constructors
SipPeerToPeerEndpointSettings() |
Initializes a new instance of the object. |
Properties
EndpointId |
Gets or sets the Endpoint Id to use. Can be null. (Inherited from RealTimeEndpointSettings) |
Gruu |
Gets or sets the GRUU to use for the endpoint. |
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) |