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