Interface IRemoteSearchProvider
Inherited Members
Namespace: MediaBrowser.Controller.Providers
Assembly: MediaBrowser.Controller.dll
Syntax
public interface IRemoteSearchProvider : IMetadataProvider
Methods
GetImageResponse(String, CancellationToken)
Gets the image response.
Declaration
Task<HttpResponseInfo> GetImageResponse(string url, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
System.String | url | The URL. |
System.Threading.CancellationToken | cancellationToken | The cancellation token. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HttpResponseInfo> | Task{HttpResponseInfo}. |