次の方法で共有


SendOperations クラス

定義

1 つ以上 PayloadDisassemblerの を 1 つの PayloadSender にアタッチするために使用される一連のタスク。これは、複数の逆アセンブルされたペイロードからデータ チャンクを多重化し、共有 ITransportSenderを介してネットワーク経由で送信します。

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操作。

適用対象