Click or drag to resize
ApiConnectionSettings Constructor
Initializes a new instance of the ApiConnectionSettings class

Namespace: PatchKit.Api
Assembly: PatchKit.Api (in PatchKit.Api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ApiConnectionSettings(
	int timeout,
	params string[] urls
)

Parameters

timeout
Type: SystemInt32
urls
Type: SystemString
See Also