terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetResponseHeader()

string System.Net.HttpWebResponse.GetResponseHeader ( string headerName)
inline

Definition at line 366 of file HttpWebResponse.cs.

367 {
368 this.CheckDisposed();
369 return this.webHeaders[headerName];
370 }
class f__AnonymousType0<< Count > j__TPar
WebHeaderCollection webHeaders

References System.Net.HttpWebResponse.CheckDisposed(), j__TPar, and System.Net.HttpWebResponse.webHeaders.