Méthode | Description | |
---|---|---|
FluentHttpAsyncResult ( FluentHttpRequest request, |
Initializes a new instance of the FluentHttpAsyncResult class.
|
public FluentHttpAsyncResult ( FluentHttpRequest request, |
||
request | FluentHttpRequest | The |
response | The |
|
asyncState | object | The async state. |
asyncWaitHandle | The async wait handle. | |
completedSynchronously | bool | Indicates whether the async operation completed synchronously. |
isCompleted | bool | Indicates whether the async operation completed. |
isCancelled | bool | Indicates whether the async operation was cancelled. |
exception | The exception during the http web request. | |
innerException | The inner exception during the http web request. | |
Résultat | System |