The Baltie2DMessage type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Baltie2DMessage |
Creates new class instance Baltie2DMessage for the message exchange.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| GetType | Gets the Type of the current instance. | |
| MemberwiseClone | Creates a shallow copy of the current Object. | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| From |
Returns sender of the message.
| |
| Text |
Gets the sent text.
(Inherited from BaltieMessageBase.) | |
| To |
Returns recipient of the message.
|