Skip to content

Struct RpcStreamHandle

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

Identifies a stream multiplexed over the current DotBoxD connection.

public struct RpcStreamHandle

object.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object, object), object.ToString()

public RpcStreamHandle(int streamId, RpcStreamKind kind)

streamId int

kind RpcStreamKind

The payload shape carried by the stream.

public RpcStreamKind Kind { readonly get; set; }

RpcStreamKind

The frame message id used by stream item, completion, error, and credit frames.

public int StreamId { readonly get; set; }

int