Click or drag to resize

HttpKsiServiceProtocolEndGetExtenderConfig Method

End extender configuration request.

Namespace:  Guardtime.KSI.Service
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public byte[] EndGetExtenderConfig(
	IAsyncResult asyncResult
)

Parameters

asyncResult
Type: SystemIAsyncResult
HTTP KSI service async result

Return Value

Type: Byte
response bytes

Implements

IKsiExtendingServiceProtocolEndGetExtenderConfig(IAsyncResult)
See Also