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