Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ AllowAutoRedirect

bool System.Net.Http.HttpClientHandler.AllowAutoRedirect
getset

Definition at line 160 of file HttpClientHandler.cs.

161 {
162 get
163 {
165 }
166 set
167 {
168 _underlyingHandler.AllowAutoRedirect = value;
169 }
170 }
readonly SocketsHttpHandler _underlyingHandler