Del via


SendOperations Class

Definition

A set of tasks used for attaching one or more PayloadDisassemblers to a single PayloadSender which multiplexes data chunks from multiple disassembled payloads and sends them out over the wire via a shared ITransportSender.

public class SendOperations
type SendOperations = class
Public Class SendOperations
Inheritance
SendOperations

Constructors

SendOperations(IPayloadSender)

Initializes a new instance of the SendOperations class.

Methods

SendCancelAllAsync(Guid)

The send operation used to send a CancelAll.

SendCancelStreamAsync(Guid)

The send operation used to send a CancelStream.

SendRequestAsync(Guid, StreamingRequest, CancellationToken)

The send operation used to send a StreamingRequest.

SendResponseAsync(Guid, StreamingResponse)

The send operation used to send a Response.

Applies to