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

◆ GetResponseHeader()

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

Definition at line 283 of file HttpWebResponse.cs.

284 {
286 string text = Headers[headerName];
287 if (text != null)
288 {
289 return text;
290 }
291 return string.Empty;
292 }

References System.Net.HttpWebResponse.CheckDisposed(), System.Runtime.Serialization.Dictionary, and System.text.