Struct RpcStreamHandle
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
streamIdintkindRpcStreamKind
Properties
Kind
The payload shape carried by the stream.
public RpcStreamKind Kind { readonly get; set; }
Property Value
StreamId
The frame message id used by stream item, completion, error, and credit frames.
public int StreamId { readonly get; set; }