Click or drag to resize
ApiConnectionGetAppVersionContentTorrentUrl Method
Gets selected application version content torrent url.

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

Parameters

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

Return Value

Type: ApiConnectionAppContentTorrentUrl
See Also