Method CanDownload
CanDownload(RemoteContentLocation)
Used to determine which download service to use to download content. Each service is checked in order until a servce returns true.
Declaration
public bool CanDownload(RemoteContentLocation location)
Parameters
| Type | Name | Description |
|---|---|---|
| RemoteContentLocation | location | The location of the content. |
Returns
| Type | Description |
|---|---|
| bool | True if the service can download this specific location. |