ApplicationEndpointSettings Members
Include Protected Members
Include Inherited Members
Represents the settings needed to initialize an ApplicationEndpoint.
The ApplicationEndpointSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ApplicationEndpointSettings(String) | Creates a new instance of the ApplicationEndpointSettings class. | |
ApplicationEndpointSettings(String, String, Int32) | Creates a new instance of the ApplicationEndpointSettings class. |
Top
Properties
Name | Description | |
---|---|---|
AutomaticPresencePublicationEnabled | Gets or sets whether presence information will be published automatically on behalf of the endpoint as part of the establishment process. | |
EndpointSubtype | The subtype of the user agent that this endpoint represents. (inherited from LocalEndpointSettings) | |
EndpointType | The type of user agent that this endpoint represents. (inherited from LocalEndpointSettings) | |
EndpointUserAgent | Gets or sets the endpoint user agent string. (inherited from LocalEndpointSettings) | |
IsDefaultRoutingEndpoint | Gets the flag that indicates whether this endpoint is marked as default endpoint to handle incoming requests that are not routable to other endpoints. | |
IsOutsideCorporateNetwork | Gets or sets whether the endpoint registers inside or outside the corporate network. (inherited from LocalEndpointSettings) | |
MaxRegisterRetries | Gets or sets the maximum number of times that the endpoint should try to recover from registration refresh failure. (inherited from LocalEndpointSettings) | |
MediaEdgeAuthenticationService | Gets or sets the connection context for the service that grants communication permissions via a media edge service deployed in the perimeter network. | |
OwnerDisplayName | Gets the display name of the owner. | |
OwnerPhoneUri | Gets or sets the tel URI of the endpoint. Optional. | |
OwnerUri | Gets the URI of the owner of this endpoint. (inherited from LocalEndpointSettings) | |
Presence | Gets the presence-related settings. | |
PresenceBasedScreeningDisabled | Gets or sets whether calls should used be screened based on presence. (inherited from LocalEndpointSettings) | |
ProvisioningDataAutoRefreshDisabled | Obsolete. Gets or sets whether to auto-refresh provisioning data periodically. | |
ProvisioningDataDisabled | Obsolete. Gets or sets whether to query for the provisioning data when the endpoint is established. (inherited from LocalEndpointSettings) | |
ProvisioningDataQueryDisabled | Gets or sets whether to query for the provisioning data when the endpoint is established. | |
ProxyCertificateSubject | Gets or sets the subject of the certificate to expect from the proxy. | |
ProxyHost | Gets the proxy host to use as the first hop instead of a direct connection to the other endpoint. | |
ProxyPort | Gets the port to use for connecting to a proxy. | |
PublishingQoeMetricsDisabled | Gets or sets whether the endpoint will try to publish quality metrics for the audio calls. (inherited from LocalEndpointSettings) | |
RegisterMethods | Gets or sets the methods supported by a registered endpoint. (inherited from LocalEndpointSettings) | |
SupportedMimePartContentTypes | Gets or sets the list of content types that can be supported by the endpoint. (inherited from LocalEndpointSettings) | |
UseRegistration | Gets or sets whether registration is required for this endpoint. The default value is false. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
SetEndpointType(EndpointType) | Sets the type of user agent that this endpoint represents. | |
SetEndpointType(EndpointType, EndpointSubtype) | Sets the type of user agent that this endpoint represents. | |
ToString | (inherited from Object) |
Top