Enum MessageType
Defines the types of messages in the DotBoxD protocol.
public enum MessageType : byte
Fields
Cancel = 4A cancellation request for an in-flight RPC request.
Error = 3An error response from server to client.
Request = 1An RPC request from client to server.
Response = 2A successful response from server to client.
StreamCancel = 9Cancellation request for a multiplexed stream, distinct from RPC request cancellation.
StreamComplete = 6End-of-stream marker for a multiplexed streaming payload.
StreamCredit = 8Receiver-to-sender flow-control credit for a multiplexed stream.
StreamError = 7Error marker for a multiplexed streaming payload.
StreamItem = 5A chunk belonging to a multiplexed streaming payload.