Share via


SendPacketsElement.Count 屬性

定義

取得要傳送的位元組計數。

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

屬性值

使用 count 參數初始化 SendPacketsElement 類別時,要傳送的位元組計數。

備註

如果類別不是使用 count 參數初始化,SendPacketsElement則屬性的Count預設值為零。

如果 Count 檔案為零,則會傳送整個檔案。 如果 Count 緩衝區為零,則不會傳送任何位元組。

適用於