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
Afficher le fichier Open project: tysmithnet/mcfly

Méthodes publiques

Méthode Description
FromProjectNameHeaderAttribute ( string headerName = null )

Initializes a new instance of the FromProjectNameHeaderAttribute class.

Method Details

FromProjectNameHeaderAttribute() public méthode

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