Click or drag to resize

HttpHeader Class

Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.WebApi.ConfigurationHttpHeader

Namespace:  Colygon.MatchPoint.WebApi.Configuration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public sealed class HttpHeader

The HttpHeader type exposes the following members.

Constructors
  NameDescription
Public methodHttpHeader
Initializes a new instance of the HttpHeader class
Top
Properties
  NameDescription
Public propertyName
Specifies the name of the header.
Public propertyValue
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.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Remarks
This is a MatchPoint configuration class.
See Also