4 references to AllowAutoRedirect
System (4)
net\System\Net\HttpWebRequest.cs (4)
102
Default =
AllowAutoRedirect
| AllowWriteStreamBuffering | ExpectContinue
354
return (_Booleans&Booleans.
AllowAutoRedirect
)!=0;
358
_Booleans |= Booleans.
AllowAutoRedirect
;
361
_Booleans &= ~Booleans.
AllowAutoRedirect
;