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. |
url | The URL. |
System. |
cancellationToken | The cancellation token. |
Returns
Type | Description |
---|---|
System. |
Task{HttpResponseInfo}. |