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