Calyptus.Mvc.Mapping.HeaderMapping.HeaderMapping C# (CSharp) Method

HeaderMapping() public method

public HeaderMapping ( string header, string value ) : System
header string
value string
return System
		public HeaderMapping(string header, string value)
		{
			this.header = header;
			this.value = value;
		}