LocalEndpointSettings Members
Include Protected Members
Include Inherited Members
Represents the base type for settings needed to initialize an LocalEndpoint.
The LocalEndpointSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LocalEndpointSettings(String) | Initializes LocalEndpointSettings object. | |
LocalEndpointSettings(String, String, Int32) | Initializes LocalEndpointSettings object. |
Top
Properties
Name | Description | |
---|---|---|
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. | |
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top