SocketAddress.Size 属性

定义

获取 SocketAddress 的基础缓冲区大小。

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

属性值

Int32

SocketAddress 的基础缓冲区大小。

注解

此属性获取字节的基础缓冲区大小 SocketAddress

适用于