3 references to Done
System (3)
net\System\Net\_SecureChannel.cs (1)
1989
return this.
Done
? null : new Win32Exception((int)Status);
net\System\Net\SecureProtocols\_SslState.cs (2)
771
if ( message.
Done
&& _ForceBufferingLastHandshakePayload && InnerStream.GetType() == typeof(NetworkStream) && !_PendingReHandshake)
808
else if (message.
Done
&& !_PendingReHandshake)