2 instantiations of SslState
System (2)
net\System\Net\_TLSstream.cs (1)
76
m_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)
22
private
SslState
m_Worker;
net\System\Net\SecureProtocols\_SslState.cs (6)
1027
SslState
sslState;
1034
sslState = (
SslState
) asyncRequest.AsyncObject;
1075
SslState
sslState = (
SslState
)asyncRequest.AsyncObject;
1096
SslState
sslState = (
SslState
)asyncRequest.AsyncObject;
net\System\Net\SecureProtocols\_SslStream.cs (2)
47
private
SslState
_SslState;
63
internal _SslStream(
SslState
sslState)
net\System\Net\SecureProtocols\SslStream.cs (1)
65
private
SslState
_SslState;