2 writes to AsyncState
System (2)
net\System\Net\SecureProtocols\_SslState.cs (2)
783
asyncRequest.
AsyncState
= message;
979
asyncRequest.
AsyncState
= exception;
1 reference to AsyncState
System (1)
net\System\Net\SecureProtocols\_SslState.cs (1)
1051
object asyncState = asyncRequest.
AsyncState
;