3 writes to _sslProtocols
System.ServiceModel.NetFramingBase (3)
System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs (3)
21_sslProtocols = NFTransportDefaults.SslProtocols; 29_sslProtocols = elementToBeCloned._sslProtocols; 62_sslProtocols = value;
2 references to _sslProtocols
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs (2)
29_sslProtocols = elementToBeCloned._sslProtocols; 57return _sslProtocols;