Method CanBeUsedForUrl
CanBeUsedForUrl(Uri)
Checks if this configuration can be used for the given URL.
Declaration
public bool CanBeUsedForUrl(Uri url)
Parameters
| Type | Name | Description |
|---|---|---|
| Uri | url | The URL to check. |
Returns
| Type | Description |
|---|---|
| bool |
|
Remarks
A configuration can be used for a URL if the URL's host matches one of the hosts specified in the configuration's hosts behind proxy.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |