C# Class System.Web.HttpValue

Show file Open project: Clancey/SimpleAuth

Public Methods

Method Description
HttpValue ( ) : System.Collections
HttpValue ( string key, string value ) : System.Collections

Method Details

HttpValue() public method

public HttpValue ( ) : System.Collections
return System.Collections

HttpValue() public method

public HttpValue ( string key, string value ) : System.Collections
key string
value string
return System.Collections