SendOperations クラス

定義

複数の分解されたペイロードのデータチャンクを多重化し、共有ITransportSenderを通じて有線で送信する単一のPayloadSenderに1つ以上のPayloadDisassemblerを接続するための一連のタスクです。

public class SendOperations
type SendOperations = class
Public Class SendOperations
継承
SendOperations

コンストラクター

名前 説明
SendOperations(IPayloadSender)

SendOperations クラスの新しいインスタンスを初期化します。

メソッド

名前 説明
SendCancelAllAsync(Guid)

送信操作は CancelAllを送信するために使われていました。

SendCancelStreamAsync(Guid)

送信操作は CancelStreamを送信するために使われていました。

SendRequestAsync(Guid, StreamingRequest, CancellationToken)

送信操作は StreamingRequestを送信するために使われていました。

SendResponseAsync(Guid, StreamingResponse)

送信操作は Responseを送信するために使われていました。

適用対象