3 writes to SocketHandle
System.Net.Security (3)
System\Net\Security\TlsSession.OpenSsl.cs (3)
55_options.SocketHandle = socket; 91_options.SocketHandle = _pendingFdSocket; 182_options.SocketHandle = _pendingFdSocket;
1 reference to SocketHandle
System.Net.Security (1)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (1)
538SafeSocketHandle? socket = options.SocketHandle;