Click or drag to resize

HttpKsiServiceProtocol Constructor (String, String, String, Int32, Int32)

Create HTTP KSI service protocol with given url-s, request timeout and buffer size

Namespace:  Guardtime.KSI.Service
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public HttpKsiServiceProtocol(
	string signingUrl,
	string extendingUrl,
	string publicationsFileUrl,
	int requestTimeout,
	int bufferSize
)

Parameters

signingUrl
Type: SystemString
signing url
extendingUrl
Type: SystemString
extending url
publicationsFileUrl
Type: SystemString
publications file url
requestTimeout
Type: SystemInt32
request timeout
bufferSize
Type: SystemInt32
buffer size used when reading from web response stream
See Also