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