Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The TcpMessageType type exposes the following members.

Methods

  NameDescription
Public methodStatic memberIsAbort
Returns true if the message type indicates it is a abort chunk.
Public methodStatic memberIsFinal
Returns true if the message type indicates it is a final chunk.
Public methodStatic memberIsType
Returns true if the message type is equal to the expected type.
Public methodStatic memberIsValid
Returns true if the message type is recognized.

Fields

  NameDescription
Public fieldStatic memberAbort
A final chunk for a message which indicates that the message has been aborted by the sender.
Public fieldStatic memberAcknowledge
An acknowledge message.
Public fieldStatic memberChunkTypeMask
A mask used to select the chunk type portion of the message id.
Public fieldStatic memberClose
A chunk for a CloseSecureChannel message.
Public fieldStatic memberError
An error message.
Public fieldStatic memberFinal
A final chunk for a message.
Public fieldStatic memberHello
A hello message.
Public fieldStatic memberIntermediate
An intermediate chunk for a message.
Public fieldStatic memberMessage
A chunk for a generic message.
Public fieldStatic memberMessageTypeMask
A mask used to select the message type portion of the message id.
Public fieldStatic memberOpen
A chunk for an OpenSecureChannel message.

See Also