Метод | Описание | |
---|---|---|
RequestAsync ( IRequest request, |
Performs an asynchronous request that can be cancelled.
|
|
SupportsProtocol ( String protocol ) : System.Boolean |
Checks if the given protocol is supported.
|
public RequestAsync ( IRequest request, |
||
request | IRequest | The options to consider. |
cancel | The token for cancelling the task. | |
Результат | Task |
public SupportsProtocol ( String protocol ) : System.Boolean | ||
protocol | String | The protocol to check for, e.g. file. |
Результат | System.Boolean |