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)
538
SafeSocketHandle? socket = options.
SocketHandle
;