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