System.Web.HttpValue.HttpValue C# (CSharp) Method

HttpValue() public method

public HttpValue ( string key, string value ) : System.Collections
key string
value string
return System.Collections
		public HttpValue(string key, string value)
		{
			Key = key;
			Value = value;
		}

Same methods

HttpValue::HttpValue ( ) : System.Collections
HttpValue