6 references to ConnectionStatus
System.Net.Security (6)
System\Net\Security\SslStream.IO.cs (6)
43
private
ConnectionStatus
_connectionOpenedStatus;
81
if (Interlocked.Exchange(ref _connectionOpenedStatus,
ConnectionStatus
.Disposed) ==
ConnectionStatus
.HandshakeCompleted)
153
bool connectionOpen = Interlocked.CompareExchange(ref _connectionOpenedStatus,
ConnectionStatus
.HandshakeCompleted,
ConnectionStatus
.NoHandshake) ==
ConnectionStatus
.NoHandshake;