Méthode | Description | |
---|---|---|
PhunRequest ( System.Web.HttpContextBase context ) : System.IO |
Initializes a new instance of the PhunRequest class.
|
|
getContent ( ) : string |
Gets the content.
|
|
getCookie ( string name ) : string |
Sets the cookie.
|
|
getForm ( string name ) : string |
Gets the form value.
|
|
getHeader ( string name ) : string |
Gets the header.
|
|
getQuery ( string name ) : string |
Gets the query.
|
public PhunRequest ( System.Web.HttpContextBase context ) : System.IO | ||
context | System.Web.HttpContextBase | The context. |
Résultat | System.IO |
public getCookie ( string name ) : string | ||
name | string | The name. |
Résultat | string |
public getForm ( string name ) : string | ||
name | string | The name. |
Résultat | string |
public getHeader ( string name ) : string | ||
name | string | The name. |
Résultat | string |
public getQuery ( string name ) : string | ||
name | string | The name. |
Résultat | string |