LocalEndpoint Members
Represents an endpoint that is the basis for all communications.
The LocalEndpoint type exposes the following members.
Properties
Name | Description | |
---|---|---|
ConferenceServices | Gets the conference services object used to schedule conferences other conference tasks. | |
DefaultDomain | Gets the default domain for the endpoint URI. | |
EndpointSubtype | ||
EndpointType | The type of user agent that this endpoint represents. | |
EndpointUri | Gets the URI of the endpoint. | |
InnerEndpoint | [Value Needed]. | |
IsOutsideCorporateNetwork | ||
LocalOwnerPresence | Gets the service used to publish presence data for this endpoint. | |
OwnerDisplayName | Gets the display name of the endpoint. | |
OwnerPhoneUri | Gets the phone URI of the endpoint. | |
OwnerUri | Gets the URI of the owner of this endpoint. | |
PhoneContext | Gets the phone context for the endpoint. | |
Platform | The platform that this endpoint is bound to. | |
PresenceBasedScreeningDisabled | ||
ProvisioningDataAutoRefreshDisabled | Gets the flag as to whether the provisioning data auto refresh has been disabled or not. | |
ProvisioningDataDisabled | Gets the flag as to whether the provisioning data query has been disabled or not. | |
PublishingQoeMetricsDisabled | Gets the flag that controls whether the platform will try to publish quality metrics for the audio calls | |
RegisterMethods | Gets the methods supported by a registered endpoint. | |
RemotePresence | Gets the service that can be used to subscribe for presence information. | |
State | Gets the state of the local endpoint. | |
SupportedMimePartContentTypes | Represents the list of content types that can be supported by the endpoint. | |
SyncRoot | Synchronization object for locking instances. | |
UserAgent | Gets the user agent string that will be used for messages. |
Top
Methods
Name | Description | |
---|---|---|
BeginEstablish(AsyncCallback, Object) | Initializes the endpoint so that it is ready for receiving incoming messages. | |
BeginEstablish(IEnumerable<(Of <<'(SignalingHeader>)>>), AsyncCallback, Object) | Initializes the endpoint so that it is ready for receiving incoming messages. | |
BeginGetProvisioningData | ||
BeginTerminate | Terminates the endpoint and cleans up active sessions and resources. | |
EndEstablish | Complete the establish operation. | |
EndGetProvisioningData | Complete the operation to query for the latest provisioning data. | |
EndTerminate | Completes the asynchronous Terminate operation. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetConversations | Gets a snapshot of the conversations managed by this endpoint. | |
GetHashCode | (Inherited from Object.) | |
GetProvisioningData | ||
GetType | (Inherited from Object.) | |
HandleSignalingSession | Method for derived classes to override and handle incoming session. | |
MemberwiseClone | (Inherited from Object.) | |
RegisterForIncomingCall<(Of <<'(TCall>)>>) | Adds an application handler for handling incoming calls of a specific type. | |
ToString | (Inherited from Object.) | |
UnregisterForIncomingCall<(Of <<'(TCall>)>>) |
Top
Events
Name | Description | |
---|---|---|
ConferenceInvitationReceived | Conference invitation was received. | |
RepublishingRequired | Occurs when the Register response contains a "presence-state" header with Register-action, which requires the application to republish some of the data. | |
StateChanged | Raised when the state changes. |
Top