메소드 | 설명 | |
---|---|---|
PhunResponse ( System.Web.HttpContextBase context ) : System.Web |
Initializes a new instance of the PhunResponse class.
|
|
addHeader ( string name, string value ) : void |
Adds the header.
|
|
clearContent ( ) : void |
Clears the content.
|
|
clearHeaders ( ) : void |
Clears the header.
|
|
end ( ) : void |
Ends this instance.
|
|
flush ( ) : void |
Flushes this instance.
|
|
redirect ( string url ) : void |
Redirects the specified URL.
|
|
write ( string chars ) : void |
Writes the specified chars.
|
public PhunResponse ( System.Web.HttpContextBase context ) : System.Web | ||
context | System.Web.HttpContextBase | The context. |
리턴 | System.Web |
public addHeader ( string name, string value ) : void | ||
name | string | The name. |
value | string | The value. |
리턴 | void |