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

◆ IsAltSvcBlocked()

bool System.Net.Http.HttpConnectionPool.IsAltSvcBlocked ( HttpAuthority authority)
inlineprivate

Definition at line 963 of file HttpConnectionPool.cs.

964 {
965 if (_altSvcBlocklist != null)
966 {
968 {
970 }
971 }
972 return false;
973 }
bool ICollection< KeyValuePair< TKey, TValue > >. Contains(KeyValuePair< TKey, TValue > keyValuePair)
volatile HashSet< HttpAuthority > _altSvcBlocklist

References System.Net.Http.HttpConnectionPool._altSvcBlocklist, and System.Collections.Generic.Dictionary< TKey, TValue >.Contains().

Referenced by System.Net.Http.HttpConnectionPool.HandleAltSvc(), and System.Net.Http.HttpConnectionPool.TrySendUsingHttp3Async().