Метод | Описание | |
---|---|---|
AboutRequester ( ) : AngleSharp.Network |
Creates a new about requester.
|
|
GetRoute ( String address ) : Func |
Gets the route for the given address, if any.
|
|
RequestAsync ( IRequest request, |
Performs an asynchronous request that can be cancelled.
|
|
SetRoute ( String address, Func |
Sets the route for the given address.
|
|
SupportsProtocol ( String protocol ) : System.Boolean |
Checks if the given protocol is supported.
|
Метод | Описание | |
---|---|---|
GetAddress ( String data ) : String |
public AboutRequester ( ) : AngleSharp.Network | ||
Результат | AngleSharp.Network |
public GetRoute ( String address ) : Func |
||
address | String | The address of the route to obtain. |
Результат | Func |
public RequestAsync ( IRequest request, |
||
request | IRequest | The options to consider. |
cancel | The token for cancelling the task. | |
Результат | Task |
public SetRoute ( String address, Func |
||
address | String | The address of the route. |
route | Func |
The route to use. |
Результат | void |
public SupportsProtocol ( String protocol ) : System.Boolean | ||
protocol | String | The protocol to check for, e.g. file. |
Результат | System.Boolean |