1 write to _bUnsafeAuthenticatedConnectionSharing
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
844case UnsafeAuthenticatedConnectionSharingKey: _bUnsafeAuthenticatedConnectionSharing = Convert.ToBoolean(value, CultureInfo.InvariantCulture); break;
3 references to _bUnsafeAuthenticatedConnectionSharing
System.Runtime.Remoting (3)
channels\http\httpclientchannel.cs (3)
619httpWebRequest.UnsafeAuthenticatedConnectionSharing = _bUnsafeAuthenticatedConnectionSharing; 632httpWebRequest.UnsafeAuthenticatedConnectionSharing = _bUnsafeAuthenticatedConnectionSharing; 808case UnsafeAuthenticatedConnectionSharingKey: return _bUnsafeAuthenticatedConnectionSharing;