Table of Contents

Enum RpcStreamKind

Namespace
DotBoxD.Services.Protocol
Assembly
DotBoxD.Services.dll

Describes the wire format carried by a DotBoxD stream.

public enum RpcStreamKind : byte

Fields

Binary = 1

Raw byte chunks, used for Stream and pipes.

Items = 2

Serializer-framed items, used for IAsyncEnumerable<T>.