Method | Description | |
---|---|---|
BinaryRead ( int count ) : byte[] |
Reads the request data as a byte array.
|
|
MockRequest ( IDictionary cookies ) : System |
Initializes a new instance of the MockRequest class.
|
|
ReadCookie ( string name ) : string |
Reads the cookie.
|
|
ValidateInput ( ) : void |
Validates the input.
|
|
this ( string key ) : string |
Gets the param with the specified key.
|
public BinaryRead ( int count ) : byte[] | ||
count | int | How many bytes. |
return | byte[] |
public MockRequest ( IDictionary cookies ) : System | ||
cookies | IDictionary | The cookies. |
return | System |
public ReadCookie ( string name ) : string | ||
name | string | The cookie name. |
return | string |