Click or drag to resize
ApiConnectionGetAppVersionDiffTorrentUrl Method
Gets selected application version diff torrent url.

Namespace: PatchKit.Api
Assembly: PatchKit.Api (in PatchKit.Api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ApiConnectionAppDiffTorrentUrl GetAppVersionDiffTorrentUrl(
	string appSecret,
	int versionId
)

Parameters

appSecret
Type: SystemString
Secret of an application.
versionId
Type: SystemInt32
Version id.

Return Value

Type: ApiConnectionAppDiffTorrentUrl
See Also