Click or drag to resize
ApiConnection Constructor (ApiConnectionSettings, IApiHttpDownloader)
Initializes a new instance of the ApiConnection class

Namespace: PatchKit.Api
Assembly: PatchKit.Api (in PatchKit.Api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ApiConnection(
	ApiConnectionSettings connectionSettings,
	IApiHttpDownloader httpDownloader
)

Parameters

connectionSettings
Type: PatchKit.ApiApiConnectionSettings
httpDownloader
Type: PatchKit.ApiIApiHttpDownloader
See Also