Table of Contents

Struct RpcStreamHandle

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

Identifies a stream multiplexed over the current DotBoxD connection.

public struct RpcStreamHandle
Inherited Members

Constructors

RpcStreamHandle(int, RpcStreamKind)

public RpcStreamHandle(int streamId, RpcStreamKind kind)

Parameters

streamId int
kind RpcStreamKind

Properties

Kind

The payload shape carried by the stream.

public RpcStreamKind Kind { readonly get; set; }

Property Value

RpcStreamKind

StreamId

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

public int StreamId { readonly get; set; }

Property Value

int