GetHeaderValue(string,string)
Last updated
Was this helpful?
Last updated
Was this helpful?
Method in
Gets the value of the header named headerName
on
the node named nodeName
, or null
if the header can't be found.
If the node has more than one header named headerName
, the first one is used.
string
nodeName
The name of the node.
string
headerName
The name of the header.
The value of the first header on the node with the specified header value.