ProxySocket.Handle Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 8.0.9673)
Handle
Gets the operating system handle for the inner Socket.
Declaration
public IntPtr Handle { get; }
Property Value
| Type | Description |
|---|---|
| IntPtr | An IntPtr representing the operating system handle for the Socket. |