SocketAsyncEventArgs.Count 属性

定义

获取可在异步操作中发送或接收的最大数据量(以字节为单位)。

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

属性值

一个 Int32,包含可发送或接收的最大数据量(以字节为单位)。

注解

此属性是通过调用 方法设置的 SetBuffer

此属性与 Socket.AcceptAsync、、Socket.ConnectAsyncSocket.ReceiveAsyncSocket.ReceiveFromAsyncSocket.ReceiveMessageFromAsyncSocket.SendAsyncSocket.SendToAsync 方法一起使用。

适用于

另请参阅