Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
MaxAutomaticRedirections
int System.Net.Http.HttpClientHandler.MaxAutomaticRedirections
get
set
Definition at line
173
of file
HttpClientHandler.cs
.
174
{
175
get
176
{
177
return
_underlyingHandler
.
MaxAutomaticRedirections
;
178
}
179
set
180
{
181
_underlyingHandler.MaxAutomaticRedirections =
value
;
182
}
183
}
System.Net.Http.HttpClientHandler._underlyingHandler
readonly SocketsHttpHandler _underlyingHandler
Definition
HttpClientHandler.cs:14
System.Net.Http.SocketsHttpHandler.MaxAutomaticRedirections
int MaxAutomaticRedirections
Definition
SocketsHttpHandler.cs:143
System.ExceptionArgument.value
@ value
System
Net
Http
HttpClientHandler
Generated by
1.10.0