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