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