Struct RpcStreamHandle
Namespace: DotBoxD.Services.Protocol
Assembly: DotBoxD.Services.dll
Identifies a stream multiplexed over the current DotBoxD connection.
public struct RpcStreamHandleInherited Members
Section titled “Inherited Members”object.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object, object), object.ToString()
Constructors
Section titled “Constructors”RpcStreamHandle(int, RpcStreamKind)
Section titled “ RpcStreamHandle(int, RpcStreamKind)”public RpcStreamHandle(int streamId, RpcStreamKind kind)Parameters
Section titled “Parameters”streamId int
kind RpcStreamKind
Properties
Section titled “Properties”The payload shape carried by the stream.
public RpcStreamKind Kind { readonly get; set; }Property Value
Section titled “Property Value”StreamId
Section titled “ StreamId”The frame message id used by stream item, completion, error, and credit frames.
public int StreamId { readonly get; set; }