| ApiConnection Class |
Namespace: PatchKit.Api
public sealed class ApiConnection
The ApiConnection type exposes the following members.
| Name | Description | |
|---|---|---|
| ApiConnection | Initializes a new instance of the ApiConnection class | |
| ApiConnection(ApiConnectionSettings) | Initializes a new instance of the ApiConnection class | |
| ApiConnection(ApiConnectionSettings, IApiHttpDownloader) | Initializes a new instance of the ApiConnection class |
| Name | Description | |
|---|---|---|
| BeginGetAppChangelog | Gets a complete changelog of an application. | |
| BeginGetAppLatestVersion | Gets latest application version object. | |
| BeginGetAppLatestVersionId | Gets latest application version id. | |
| BeginGetAppVersion | Gets selected version object. If API key is provided, can get the information about draft version. | |
| BeginGetAppVersionContentSummary | Gets selected version content summary. | |
| BeginGetAppVersionContentTorrentUrl | Gets selected application version content torrent url. | |
| BeginGetAppVersionContentUrls | Gets selected application version content urls. | |
| BeginGetAppVersionDiffSummary | Gets selected version diff summary. | |
| BeginGetAppVersionDiffTorrentUrl | Gets selected application version diff torrent url. | |
| BeginGetAppVersionDiffUrls | Gets selected application version diff urls. | |
| BeginGetAppVersionList | Gets the basic information for all published versions. When API Key is provided, draft version information is included if draft version exists. | |
| EndGetAppChangelog | Ends request of BeginGetAppChangelog(String, CancellableAsyncCallback, Object) | |
| EndGetAppLatestVersion | ||
| EndGetAppLatestVersionId | ||
| EndGetAppVersion | ||
| EndGetAppVersionContentSummary | ||
| EndGetAppVersionContentTorrentUrl | ||
| EndGetAppVersionContentUrls | ||
| EndGetAppVersionDiffSummary | ||
| EndGetAppVersionDiffTorrentUrl | ||
| EndGetAppVersionDiffUrls | ||
| EndGetAppVersionList | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetAppChangelog | Gets a complete changelog of an application. | |
| GetAppLatestVersion | Gets latest application version object. | |
| GetAppLatestVersionId | Gets latest application version id. | |
| GetAppVersion | Gets selected version object. If API key is provided, can get the information about draft version. | |
| GetAppVersionContentSummary | Gets selected version content summary. | |
| GetAppVersionContentTorrentUrl | Gets selected application version content torrent url. | |
| GetAppVersionContentUrls | Gets selected application version content urls. | |
| GetAppVersionDiffSummary | Gets selected version diff summary. | |
| GetAppVersionDiffTorrentUrl | Gets selected application version diff torrent url. | |
| GetAppVersionDiffUrls | Gets selected application version diff urls. | |
| GetAppVersionList | Gets the basic information for all published versions. When API Key is provided, draft version information is included if draft version exists. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |