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

◆ MaxAutomaticRedirections

int System.Net.Http.HttpClientHandler.MaxAutomaticRedirections
getset

Definition at line 173 of file HttpClientHandler.cs.

174 {
175 get
176 {
178 }
179 set
180 {
181 _underlyingHandler.MaxAutomaticRedirections = value;
182 }
183 }
readonly SocketsHttpHandler _underlyingHandler