Share via


SendPacketsElement.Count プロパティ

定義

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

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

プロパティ値

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

注釈

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

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

適用対象