SocketAddress.Size 속성

정의

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 가져옵니다.

적용 대상