SocketAddress.Size 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 SocketAddress 的基础缓冲区大小。
public:
property int Size { int get(); };
public:
property int Size { int get(); void set(int value); };
public int Size { get; }
public int Size { get; set; }
member this.Size : int
member this.Size : int with get, set
Public ReadOnly Property Size As Integer
Public Property Size As Integer
属性值
SocketAddress 的基础缓冲区大小。
注解
此属性获取 的基础缓冲区大小( SocketAddress 以字节为单位)。