Share via


IStreamManager Interface

Definition

StreamManagers are used to provide access to the objects involved in processing incoming PayloadStreams.

public interface IStreamManager
type IStreamManager = interface
Public Interface IStreamManager
Derived

Methods

CloseStream(Guid)

Closes the PayloadStreamAssembler assigned to the PayloadStream with the given ID.

GetPayloadAssembler(Guid)

Retrieves a PayloadStreamAssembler with the given ID if one exists, otherwise a new instance is created and assigned the given ID.

GetPayloadStream(Header)

Retrieves the PayloadStream from the PayloadStreamAssembler this manager manages.

OnReceive(Header, Stream, Int32)

Used to set the behavior of the managed PayloadStreamAssembler when data is received.

Applies to