3 references to UnsafeAuthenticatedConnectionSharing
System.Net.Requests (3)
System\Net\HttpWebRequest.cs (3)
495return (_booleans & Booleans.UnsafeAuthenticatedConnectionSharing) != 0; 501_booleans |= Booleans.UnsafeAuthenticatedConnectionSharing; 505_booleans &= ~Booleans.UnsafeAuthenticatedConnectionSharing;