Gets the operating system handle for the inner Socket.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public ReadOnly Property Handle As IntPtr
	Get
C#
public IntPtr Handle { get; }

Field Value

An IntPtr representing the operating system handle for the Socket.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also