Response GetHeaderValue Method C# API
Overload List

  NameDescription
Public methodGetHeaderValue(String)
Gets the value of an HTTP response header contained in this Response.
Public methodGetHeaderValue(String, Int32)
Gets the value of the nth instance of an HTTP response header contained in this Response.
Back to Top
See Also