3 references to UnsafeAuthenticatedConnectionSharing
System (3)
net\System\Net\HttpWebRequest.cs (3)
592return (_Booleans&Booleans.UnsafeAuthenticatedConnectionSharing)!=0; 597_Booleans |= Booleans.UnsafeAuthenticatedConnectionSharing; 600_Booleans &= ~Booleans.UnsafeAuthenticatedConnectionSharing;