Метод | Описание | |
---|---|---|
BinaryRead ( int count ) : byte[] |
Reads the request data as a byte array.
|
|
ReadCookie ( String name ) : String |
Reads the cookie.
|
|
RequestAdapter ( |
Initializes a new instance of the RequestAdapter class.
|
|
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. |
Результат | byte[] |
public ReadCookie ( String name ) : String | ||
name | String | The cookie name. |
Результат | String |
public RequestAdapter ( |
||
request | The request. | |
Результат | System |