Click or drag to resize

KsiServiceResponsePayloadInfo Constructor

Create KSI service response payload info

Namespace:  Guardtime.KSI.Service
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public KsiServiceResponsePayloadInfo(
	KsiServiceResponsePayloadType responsePayloadType,
	Nullable<ulong> requestId = null
)

Parameters

responsePayloadType
Type: Guardtime.KSI.ServiceKsiServiceResponsePayloadType
requestId (Optional)
Type: SystemNullableUInt64
See Also