HttpHeader Class |
Namespace: Colygon.MatchPoint.WebApi.Configuration
[SerializableAttribute] public sealed class HttpHeader
The HttpHeader type exposes the following members.
Name | Description | |
---|---|---|
HttpHeader | Initializes a new instance of the HttpHeader class |
Name | Description | |
---|---|---|
Name | Specifies the name of the header. | |
Value | Specifies the value of the header. Use the expression variable 'RouteParameters' to access the route parameter values. Use the expression variable 'RequestHeaders' to access the request header values. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | (Overrides ObjectToString.) |