ApplicationEndpoint Members
Include Protected Members
Include Inherited Members
ApplicationEndpoint is a specialization of LocalEndpoint for communication on behalf of services and applications.
The ApplicationEndpoint type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ApplicationEndpoint | Creates a new instance of the ApplicationEndpoint class. |
Top
Properties
Name | Description | |
---|---|---|
ConferenceServices | Gets an object to list and organize Conferences for the owner of the local endpoint. (inherited from LocalEndpoint) | |
DefaultDomain | Gets the default domain for the endpoint URI. (inherited from LocalEndpoint) | |
EndpointSubtype | Gets the subtype of the local endpoint. (inherited from LocalEndpoint) | |
EndpointType | Gets the type of user agent that this endpoint represents. (inherited from LocalEndpoint) | |
EndpointUri | Gets the URI of the endpoint. (inherited from LocalEndpoint) | |
InnerEndpoint | Gets the inner endpoint. (inherited from LocalEndpoint) | |
IsDefaultRoutingEndpoint | Gets whether the endpoint is the default routing endpoint to handle incoming calls. | |
IsOutsideCorporateNetwork | Gets whether the endpoint registers inside or outside the corporate network. (inherited from LocalEndpoint) | |
LocalOwnerPresence | Gets an object used to publish the Presence data of the owner of the local endpoint. (inherited from LocalEndpoint) | |
MaxRegisterRetries | Gets the maximum number of times that the endpoint should try to recover from registration refresh failure. (inherited from LocalEndpoint) | |
OwnerDisplayName | Gets the display name of the owner of the local endpoint (Overrides LocalEndpoint.OwnerDisplayName.) | |
OwnerPhoneUri | Gets the phone URI of the owner of the local endpoint. (Overrides LocalEndpoint.OwnerPhoneUri.) | |
OwnerUri | Gets the URI of the owner of the local endpoint. (Overrides LocalEndpoint.OwnerUri.) | |
PhoneContext | Gets the phone context associated with the owner of the local endpoint. (inherited from LocalEndpoint) | |
PinServices | Gets the application pin services ApplicationPinServices. | |
Platform | Gets the platform that this endpoint is bound to. (inherited from LocalEndpoint) | |
PresenceBasedScreeningDisabled | Gets whether Presence screening is disabled. (inherited from LocalEndpoint) | |
PresenceServices | Gets the presence services for this endpoint. | |
ProvisioningDataAutoRefreshDisabled | Obsolete. Gets whether provisioning data auto-refresh has been disabled. (inherited from LocalEndpoint) | |
ProvisioningDataDisabled | Obsolete. Gets whether querying provisioning data has been disabled. (inherited from LocalEndpoint) | |
ProvisioningDataQueryDisabled | Gets whether querying provisioning data has been disabled. | |
PublishingQoeMetricsDisabled | Gets whether the platform will try to publish quality metrics for the audio calls. (inherited from LocalEndpoint) | |
RegisterMethods | Gets the SIP methods that the local endpoint supports and can receive upon registration. (inherited from LocalEndpoint) | |
RemotePresence | Obsolete. Gets an object to subscribe to or query the Presence of remote Users and Applications. (inherited from LocalEndpoint) | |
State | Gets the state of the local endpoint. (inherited from LocalEndpoint) | |
SupportedMimePartContentTypes | Gets the list of M/MIME content types that are supported by the endpoint. (inherited from LocalEndpoint) | |
SyncRoot | Obsolete. Synchronization object for locking instances. (inherited from LocalEndpoint) | |
UserAgent | Gets the user agent string that will be used in messages sent and received by the local endpoint. (inherited from LocalEndpoint) | |
UseRegistration | Gets whether registration is performed for the endpoint. |
Top
Methods
Name | Description | |
---|---|---|
BeginDrain | Starts declining requests for new conversations on the endpoint. | |
BeginEstablish(AsyncCallback, Object) | Establishes the endpoint so that it can receive incoming calls and conference invitations. (inherited from LocalEndpoint) | |
BeginEstablish(IEnumerable<SignalingHeader>, AsyncCallback, Object) | Establishes the endpoint so that it can receive incoming calls and conference invitations. (inherited from LocalEndpoint) | |
BeginGetProvisioningData | Queries the latest provisioning data (advanced). (inherited from LocalEndpoint) | |
BeginTerminate | Terminates the local endpoint after cleaning up all communication and collaboration resources. (inherited from LocalEndpoint) | |
EndDrain | This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed | |
EndEstablish | Determines whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed. (inherited from LocalEndpoint) | |
EndGetProvisioningData | Determines whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed. (inherited from LocalEndpoint) | |
EndTerminate | Determines whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed. (inherited from LocalEndpoint) | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetConversations | Gets a snapshot of the conversations managed by the local endpoint. (inherited from LocalEndpoint) | |
GetHashCode | (inherited from Object) | |
GetMatchingConversation | Intercepts an incoming signaling session for conference type endpoints Conference when there is more than one conversation (advanced). | |
GetProvisioningData | Gets the latest Provisioning Data from the endpoint cache. (inherited from LocalEndpoint) | |
GetType | (inherited from Object) | |
HandleSignalingSession | Intercepts an incoming signaling session before it is processed by the local endpoint (advanced). (inherited from LocalEndpoint) | |
MemberwiseClone | (inherited from Object) | |
RegisterForIncomingCall<TCall> | Registers a delegate to handle incoming calls for a specific modality. (inherited from LocalEndpoint) | |
SetProxyInformation | Sets the information about the next hop proxy. | |
ToString | (inherited from Object) | |
UnregisterForIncomingCall<TCall> | Removes a previously registered delegate that was handling incoming calls of a specific modality. (inherited from LocalEndpoint) |
Top
Events
Name | Description | |
---|---|---|
ConferenceInvitationReceived | Raised when an invitation to a conference is received. (inherited from LocalEndpoint) | |
OwnerPropertiesChanged | Raised when any of the application endpoint owner's properties change. | |
RepublishingRequired | Raised when the server indicates that the Presence publication of the local endpoint owner is stale. (inherited from LocalEndpoint) | |
StateChanged | Raised when the local endpoint state changes. (inherited from LocalEndpoint) |
Top