Click or drag to resize

KsiServiceResponsePayloadInfo Class

Class containing KSI service response payload info (payload type and request ID)
Inheritance Hierarchy
SystemObject
  Guardtime.KSI.ServiceKsiServiceResponsePayloadInfo

Namespace:  Guardtime.KSI.Service
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public class KsiServiceResponsePayloadInfo

The KsiServiceResponsePayloadInfo type exposes the following members.

Constructors
  NameDescription
Public methodKsiServiceResponsePayloadInfo
Create KSI service response payload info
Top
Properties
  NameDescription
Public propertyRequestId
Request ID
Public propertyResponsePayloadType
TCP response payload type
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also