Last updated 1 day ago
Was this helpful?
Method in
Gets the collection of headers present on the node named nodeName .
nodeName
public IEnumerable<KeyValuePair<string, string>> GetHeaders(string nodeName)
string nodeName
string
The name of the node to get headers for.
A collection of key-values pairs, each one representing a header on the node.