Gets the internal Socket value (only for sockets based on Socket or ProxySocket, otherwise null is returned).

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

Syntax

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

Field Value

The internal Socket value.

Remarks

Use with care.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also