ConversationContextChannel Members
Include Protected Members
Include Inherited Members
Represents a channel to communicate with a custom application running on remote endpoint.
The ConversationContextChannel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConversationContextChannel | Create a ConversationContextChannel. |
Top
Properties
Name | Description | |
---|---|---|
Conversation | Gets the conversation that the ConversationContextChannel is tied to. | |
RemoteEndpoint | Gets the remote endpoint of the ConversationContextChannel. | |
State | Gets the state of the ConversationContextChannel. |
Top
Methods
Name | Description | |
---|---|---|
BeginEstablish | Establishes the channel. | |
BeginSendData | Sends message to remote endpoint with the given content. | |
BeginTerminate | Terminates the channel. | |
EndEstablish | This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed | |
EndSendData | This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed | |
EndTerminate | This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed | |
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
Events
Name | Description | |
---|---|---|
DataReceived | Raised when data is received from the remote endpoint. | |
StateChanged | Raised when the state of the ConversationContextChannel changes. |
Top