ContextEventArgs Members
Include Protected Members
Include Inherited Members
Represents the event data of a ContextSent or ContextReceived events.
The ContextEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
ApplicationId | Gets the contextual conversation application Id. | |
ContextData | Gets the contextual data. | |
ContextDataType | Gets the type of the contextual data sent or received. The content type format is described in rfc 1341. |
Top
Methods
Name | Description | |
---|---|---|
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