UserEndpointSettings Members
Include Protected Members
Include Inherited Members
Represents the settings needed to initialize a User endpoint.
The UserEndpointSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UserEndpointSettings(String) | Creates a new UserEndpointSettings object. | |
UserEndpointSettings(String, String) | Creates a new instance of the UserEndpointSettings class. | |
UserEndpointSettings(String, String, Int32) | Creates a new UserEndpointSettings object |
Top
Properties
Name | Description | |
---|---|---|
AutomaticPresencePublicationEnabled | Gets or sets the boolean value representing whether presence subcription and publishing of basic presence information should be done automatically as part of the establish process for the endpoint. | |
Credential | Gets or sets the credential needed to authenticate the endpoint with servers. | |
EndpointId | Gets or sets the EPID to use for the endpoint. Optional. | |
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) | |
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) | |
OwnerUri | Gets the URI of the owner of this endpoint. (inherited from LocalEndpointSettings) | |
Presence | Gets the optional presence information that will be published when AutomaticPresencePublicationEnabled is set to true. | |
PresenceBasedScreeningDisabled | Gets or sets whether calls should used be screened based on presence. (inherited from LocalEndpointSettings) | |
ProvisioningDataDisabled | Obsolete. Gets or sets whether to query for the provisioning data when the endpoint is established. (inherited from LocalEndpointSettings) | |
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) | |
ServerName | Gets the name of the server being used. | |
ServerPort | Gets the port of the server being used. | |
SupportedMimePartContentTypes | Gets or sets the list of content types that can be supported by the endpoint. (inherited from LocalEndpointSettings) |
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