Method | Description | |
---|---|---|
MockFixedDataRequestGenerator ( string resultData ) : System |
Initializes a new instance of the MockFixedDataRequestGenerator class
|
|
StartRequest ( |
Start the request
|
public MockFixedDataRequestGenerator ( string resultData ) : System | ||
resultData | string | the data to return |
return | System |
public StartRequest ( |
||
uri | the request uri | |
dataAction | Action |
the action to execute if data is returned |
errorAction | Action |
the action to execute if an error is returned |
return | IAsyncResult |