C# Class McFly.Server.Headers.FromProjectNameHeaderAttribute

Convenience attribute that indicates the project name is in the header under the key "X-Project-Name"
Inheritance: McFly.Server.Headers.FromHeaderAttribute
Show file Open project: tysmithnet/mcfly

Public Methods

Method Description
FromProjectNameHeaderAttribute ( string headerName = null )

Initializes a new instance of the FromProjectNameHeaderAttribute class.

Method Details

FromProjectNameHeaderAttribute() public method

Initializes a new instance of the FromProjectNameHeaderAttribute class.
public FromProjectNameHeaderAttribute ( string headerName = null )
headerName string Name of the header.