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参数初始化类,SendPacketsElement则属性的count默认值为零。

如果 Count 文件为零,则发送整个文件。 如果 Count 缓冲区为零,则不发送任何字节。

适用于