Method IsContentHeader
IsContentHeader(String)
Returns a boolean indicating whether the specified HTTP header name represents a content header (true), or a message header (false).
Declaration
protected abstract bool IsContentHeader(string headerName)
Parameters
Type | Name | Description |
---|---|---|
System.String | headerName | A string containing the name of the header to return the type of. |
Returns
Type | Description |
---|---|
System.Boolean |