The ApplicationEndpointtype exposes the following members.

Constructors

  Name Description
ApplicationEndpoint
Creates a new instance of the ApplicationEndpoint class.

Methods

  Name Description
BeginEstablish Overloaded.
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.)
EndEstablish
This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.
(Inherited from LocalEndpoint.)
EndGetProvisioningData
This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.
(Inherited from LocalEndpoint.)
EndTerminate
This method is used to determine 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.)
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 < (Of < ( 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 < (Of < ( TCall > ) > )
Removes a previously registered delegate that was handling incoming calls of a specific modality.
(Inherited from LocalEndpoint.)

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 this endpoint is marked as the default endpoint to handle incoming requests that are not routable to other endpoints.
IsOutsideCorporateNetwork
Gets whether the endpoint registers inside or ouside 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.)
OwnerDisplayName
Gets the display name of the owner of the local endpoint
(Inherited from LocalEndpoint.)
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.)
Platform
Gets the platform that this endpoint is bound to.
(Inherited from LocalEndpoint.)
PresenceBasedScreeningDisabled
Gets whether Presence screening is disabled or not.
(Inherited from LocalEndpoint.)
ProvisioningDataAutoRefreshDisabled
Gets whether provisioning data auto-refresh has been disabled.
(Inherited from LocalEndpoint.)
ProvisioningDataDisabled
Gets whether querying provisioning data has been disabled.
(Inherited from LocalEndpoint.)
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
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
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 registration is performed for the endpoint.

Events

  Name Description
ConferenceInvitationReceived
Raised when an invitation to a conference is received.
(Inherited from LocalEndpoint.)
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.)

See Also