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

◆ HttpConnectionHandler()

System.Net.Http.HttpConnectionHandler.HttpConnectionHandler ( HttpConnectionPoolManager poolManager)
inline

Definition at line 10 of file HttpConnectionHandler.cs.

11 {
12 _poolManager = poolManager;
13 }
readonly HttpConnectionPoolManager _poolManager

References System.Net.Http.HttpConnectionHandler._poolManager.