Share via


Size Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the underlying buffer size of the SocketAddress.

Namespace:  System.Net
Assembly:  System (in System.dll)

Syntax

'Declaration
Public ReadOnly Property Size As Integer
public int Size { get; }
public:
property int Size {
    int get ();
}
member Size : int with get
function get Size () : int

Property Value

Type: System. . :: . .Int32
The underlying buffer size of the SocketAddress.

Remarks

This property gets the underlying buffer size of the SocketAddress in bytes.

.NET Framework Security

See Also

Reference

SocketAddress Class

System.Net Namespace