LocalEndpointSettings Class

Definition

Represents the base type for settings needed to initialize an LocalEndpoint.

public ref class LocalEndpointSettings abstract
public abstract class LocalEndpointSettings
type LocalEndpointSettings = class
Public MustInherit Class LocalEndpointSettings
Inheritance
LocalEndpointSettings
Derived

Constructors

LocalEndpointSettings(String)

Initializes LocalEndpointSettings object.

LocalEndpointSettings(String, ConnectionContext)

Initializes LocalEndpointSettings object.

LocalEndpointSettings(String, String, Int32)
Obsolete.

Initializes LocalEndpointSettings object.

Properties

AdditionalHeaders

Gets or sets the collection of additional headers that should be placed on every SIP message sent by the endpoint. This may be null.

EndpointSubtype

The subtype of the user agent that this endpoint represents.

EndpointType

The type of user agent that this endpoint represents.

EndpointUserAgent

Gets or sets the endpoint user agent string.

IsOutsideCorporateNetwork

Gets or sets whether the endpoint registers inside or outside the corporate network.

MaxRegisterRetries

Gets or sets the maximum number of times that the endpoint should try to recover from registration refresh failure.

OutboundConnectionConfiguration

Gets the object containing outbound configuration settings.

OwnerUri

Gets the URI of the owner of this endpoint.

PresenceBasedScreeningDisabled

Gets or sets whether calls should used be screened based on presence.

ProvisioningDataDisabled
Obsolete.

Gets or sets whether to query for the provisioning data when the endpoint is established.

PublishingQoeMetricsDisabled

Gets or sets whether the endpoint will try to publish quality metrics for the audio calls.

RegisterMethods

Gets or sets the methods supported by a registered endpoint.

SupportedMimePartContentTypes

Gets or sets the list of content types that can be supported by the endpoint.

Applies to