LocalEndpoint Methods
The LocalEndpoint type exposes the following members.
| 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>)>>) |
