Method | Description | |
---|---|---|
AddHeader ( string name, string value ) : void | ||
FakeResponseContext ( ) : System.Collections.Generic | ||
Redirect ( string url ) : void | ||
Write ( string data ) : void | ||
WriteFile ( string data ) : void |
public AddHeader ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public FakeResponseContext ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |