2 writes to _connectionInfo
System.Net.Security (2)
System\Net\Security\SslStream.Protocol.cs (2)
1004SslStreamPal.QueryContextConnectionInfo(_securityContext!, ref _connectionInfo); 1182ref _connectionInfo,
13 references to _connectionInfo
System.Net.Security (13)
System\Net\Security\SslStream.cs (12)
498if (_connectionInfo.Protocol == 0) 503SslProtocols proto = (SslProtocols)_connectionInfo.Protocol; 574return _connectionInfo.ApplicationProtocol != null ? new SslApplicationProtocol(_connectionInfo.ApplicationProtocol, false) : default; 584return _connectionInfo.TlsCipherSuite; 594return (CipherAlgorithmType)_connectionInfo.DataCipherAlg; 604return _connectionInfo.DataKeySize; 614return (HashAlgorithmType)_connectionInfo.DataHashAlg; 624return _connectionInfo.DataHashKeySize; 634return (ExchangeAlgorithmType)_connectionInfo.KeyExchangeAlg; 644return _connectionInfo.KeyExchKeySize; 941if (_connectionInfo.Protocol == 0)
System\Net\Security\SslStream.Protocol.cs (1)
1010NetEventSource.Info(this, $"TLS resumed {_connectionInfo.TlsResumed}");