2 instantiations of SslState
System (2)
net\System\Net\_TLSstream.cs (1)
76m_Worker = new SslState(networkStream, initiatingRequest is HttpWebRequest, SettingsSectionInternal.Section.EncryptionPolicy);
net\System\Net\SecureProtocols\SslStream.cs (1)
99_SslState = new SslState(innerStream, _userCertValidationCallbackWrapper, _userCertSelectionCallbackWrapper, encryptionPolicy);
10 references to SslState
System (10)
net\System\Net\_TLSstream.cs (1)
22private SslState m_Worker;
net\System\Net\SecureProtocols\_SslState.cs (6)
1027SslState sslState; 1034sslState = (SslState) asyncRequest.AsyncObject; 1075SslState sslState = (SslState)asyncRequest.AsyncObject; 1096SslState sslState = (SslState)asyncRequest.AsyncObject;
net\System\Net\SecureProtocols\_SslStream.cs (2)
47private SslState _SslState; 63internal _SslStream(SslState sslState)
net\System\Net\SecureProtocols\SslStream.cs (1)
65private SslState _SslState;