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

◆ IsAllowedHeaderName()

virtual bool System.Net.Http.Headers.HttpHeaders.IsAllowedHeaderName ( HeaderDescriptor descriptor)
inlinepackagevirtualinherited

Reimplemented in System.Net.Http.Headers.HttpResponseHeaders.

Definition at line 788 of file HttpHeaders.cs.

789 {
790 return true;
791 }

Referenced by System.Net.Http.Headers.HttpHeaders.PrepareHeaderInfoForAdd().