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

◆ PreAuthenticate

bool System.Net.Http.HttpClientHandler.PreAuthenticate
getset

Definition at line 115 of file HttpClientHandler.cs.

116 {
117 get
118 {
120 }
121 set
122 {
123 _underlyingHandler.PreAuthenticate = value;
124 }
125 }
readonly SocketsHttpHandler _underlyingHandler