Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ResponseHeaderEncodingSelector
HeaderEncodingSelector<
HttpRequestMessage
>? System.Net.Http.SocketsHttpHandler.ResponseHeaderEncodingSelector
get
set
Definition at line
428
of file
SocketsHttpHandler.cs
.
429
{
430
get
431
{
432
return
_settings
.
_responseHeaderEncodingSelector
;
433
}
434
set
435
{
436
CheckDisposedOrStarted
();
437
_settings._responseHeaderEncodingSelector =
value
;
438
}
439
}
System.Net.Http.HttpConnectionSettings._responseHeaderEncodingSelector
HeaderEncodingSelector< HttpRequestMessage > _responseHeaderEncodingSelector
Definition
HttpConnectionSettings.cs:62
System.Net.Http.SocketsHttpHandler.CheckDisposedOrStarted
void CheckDisposedOrStarted()
Definition
SocketsHttpHandler.cs:463
System.Net.Http.SocketsHttpHandler._settings
readonly HttpConnectionSettings _settings
Definition
SocketsHttpHandler.cs:15
System.ExceptionArgument.value
@ value
System
Net
Http
SocketsHttpHandler
Generated by
1.10.0