Socket.Handle Property

Definition

Gets the operating system handle for the Socket.

public:
 property IntPtr Handle { IntPtr get(); };
public IntPtr Handle { get; }
member this.Handle : nativeint
Public ReadOnly Property Handle As IntPtr

Property Value

IntPtr

nativeint

An IntPtr that represents the operating system handle for the Socket.

Applies to