TlsClientSocket.Socket Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9313)
Socket
Gets the internal Socket value (only for sockets based on Socket or ProxySocket, otherwise null is returned). Inherited from TlsSocket.
Declaration
public Socket Socket { get; }
Property Value
| Type | Description | 
|---|---|
| Socket | The internal Socket value.  | 
    
Remarks
Use with care.