GetHeader¶
Returns the value of a specified header.
1 |
|
Parameters¶
string name
The name of the header.
Returns¶
The header value as a string if found; otherwise, null.
Remarks¶
The header name search is performed case-insensitively.
Returns the value of a specified header.
1 |
|
string name
The name of the header.
The header value as a string if found; otherwise, null.
The header name search is performed case-insensitively.