3 references to pSslInfo
System (3)
net\System\Net\HttpListener.cs (1)
1338bool isSecureConnection = memoryBlob.RequestBlob->pSslInfo != null;
net\System\Net\HttpListenerRequest.cs (2)
261m_SslStatus = memoryBlob.RequestBlob->pSslInfo == null ? SslStatus.Insecure : 262memoryBlob.RequestBlob->pSslInfo->SslClientCertNegotiated == 0 ? SslStatus.NoClientCert :