3 references to net_ssl_read_bio_failed_error
System.Net.Security (3)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
1353throw CreateSslException(SR.net_ssl_read_bio_failed_error);
System\Net\Security\TlsSession.OpenSsl.cs (2)
135throw Interop.OpenSsl.CreateSslException(SR.net_ssl_read_bio_failed_error); 150throw new IOException(SR.net_ssl_read_bio_failed_error);