Method GetRequestHeader
GetRequestHeader(String)
Retrieves the value of a custom request header.
Declaration
public string GetRequestHeader(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| String | name | Name of the custom request header. Case-insensitive. |
Returns
| Type | Description |
|---|---|
| String | The value of the custom request header. If no custom header with a matching name has been set, returns an empty string. |