Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The TcpMessageType type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| IsAbort |
Returns true if the message type indicates it is a abort chunk.
| |
| IsFinal |
Returns true if the message type indicates it is a final chunk.
| |
| IsType |
Returns true if the message type is equal to the expected type.
| |
| IsValid |
Returns true if the message type is recognized.
|
Fields
| Name | Description | |
|---|---|---|
| Abort |
A final chunk for a message which indicates that the message has been aborted by the sender.
| |
| Acknowledge |
An acknowledge message.
| |
| ChunkTypeMask |
A mask used to select the chunk type portion of the message id.
| |
| Close |
A chunk for a CloseSecureChannel message.
| |
| Error |
An error message.
| |
| Final |
A final chunk for a message.
| |
| Hello |
A hello message.
| |
| Intermediate |
An intermediate chunk for a message.
| |
| Message |
A chunk for a generic message.
| |
| MessageTypeMask |
A mask used to select the message type portion of the message id.
| |
| Open |
A chunk for an OpenSecureChannel message.
|