3 references to UnsafeAuthenticatedConnectionSharing
System.Net.Requests (3)
System\Net\HttpWebRequest.cs (3)
497
return (_booleans & Booleans.
UnsafeAuthenticatedConnectionSharing
) != 0;
503
_booleans |= Booleans.
UnsafeAuthenticatedConnectionSharing
;
507
_booleans &= ~Booleans.
UnsafeAuthenticatedConnectionSharing
;