public class ApiDownload : DownloadProviderBase
Public Class ApiDownload
Inherits DownloadProviderBase
public ref class ApiDownload : public DownloadProviderBase
type ApiDownload =
class
inherit DownloadProviderBase
end
ApiDownload | Initializes a new instance of the ApiDownload class |
ApiDownload(HttpClient) | Initializes a new instance of the ApiDownload class |
Dispose | (Inherited from DownloadProviderBase) |
DownloadFileAsync | (Overrides DownloadProviderBaseDownloadFileAsync(String, String, IProgressInt32, String)) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
FileExistsAtUrl | (Inherited from DownloadProviderBase) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetHttpClient | (Inherited from DownloadProviderBase) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
SaveCommitIdMarker | (Inherited from DownloadProviderBase) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
_disableServerCertValidation | (Inherited from DownloadProviderBase) |
_httpClient | (Inherited from DownloadProviderBase) |
_logger | (Inherited from DownloadProviderBase) |
_webServer | (Inherited from DownloadProviderBase) |