2 references to NoHandshake
System.Net.Security (2)
System\Net\Security\SslStream.IO.cs (2)
152
bool connectionOpen = Interlocked.CompareExchange(ref _connectionOpenedStatus, ConnectionStatus.HandshakeCompleted, ConnectionStatus.
NoHandshake
) == ConnectionStatus.
NoHandshake
;