SendPacketsElement.Count 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得要傳送的位元組計數。
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 緩衝區為零,則不會傳送任何位元組。