C# 클래스 McFly.Server.Headers.FromProjectNameHeaderAttribute

Convenience attribute that indicates the project name is in the header under the key "X-Project-Name"
상속: McFly.Server.Headers.FromHeaderAttribute
파일 보기 프로젝트 열기: tysmithnet/mcfly

공개 메소드들

메소드 설명
FromProjectNameHeaderAttribute ( string headerName = null )

Initializes a new instance of the FromProjectNameHeaderAttribute class.

메소드 상세

FromProjectNameHeaderAttribute() 공개 메소드

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