SendOperations Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |