Click or drag to resize

PduHeader Constructor (String, UInt64, UInt64)

Create PDU header from login ID, instance ID, message ID.

Namespace:  Guardtime.KSI.Service
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public PduHeader(
	string loginId,
	ulong instanceId,
	ulong messageId
)

Parameters

loginId
Type: SystemString
login ID
instanceId
Type: SystemUInt64
instance ID
messageId
Type: SystemUInt64
message ID
See Also