4 references to IsClient
System.Net.Security (4)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (3)
160if (sslAuthenticationOptions.IsClient) 345if (sslAuthenticationOptions.IsClient) 409if (sslAuthenticationOptions.IsClient)
System\Net\Security\SslStreamPal.Unix.cs (1)
188Debug.Assert(sslAuthenticationOptions.IsClient);