次の方法で共有


SendPacketsElement.Count プロパティ

定義

送信するバイト数を取得します。

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

プロパティ値

SendPacketsElement クラスが count パラメーターで初期化された場合に送信するバイト数。

注釈

SendPacketsElement クラスが count パラメーターで初期化されていない場合、Count プロパティの既定値は 0 です。

ファイル Count 0 の場合、ファイル全体が送信されます。 バッファーの Count が 0 の場合、バイトは送信されません。

適用対象