Click or drag to resize

HttpKsiServiceProtocol Class

HTTP KSI service protocol. Responsible for making HTTP requests to aggregator and extender and requesting publications file.
Inheritance Hierarchy
SystemObject
  Guardtime.KSI.ServiceHttpKsiServiceProtocol

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 HttpKsiServiceProtocol : IKsiSigningServiceProtocol, 
	IKsiExtendingServiceProtocol, IKsiPublicationsFileServiceProtocol

The HttpKsiServiceProtocol type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAggregatorAddress
Aggregator url
Public propertyExtenderAddress
Extender url
Public propertyPublicationsFileAddress
Publications file url
Top
Methods
  NameDescription
Public methodBeginExtend
Begin extend request.
Public methodBeginGetAggregatorConfig
Begin aggregator configuration request.
Public methodBeginGetExtenderConfig
Begin extender configuration request.
Public methodBeginGetPublicationsFile
Begin get publications file.
Public methodBeginSign
Begin signing request.
Public methodEndExtend
End extend.
Public methodEndGetAggregatorConfig
End aggregator configuration request.
Public methodEndGetExtenderConfig
End extender configuration request.
Public methodEndGetPublicationsFile
End get publications file.
Public methodEndSign
End signing request.
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 (Inherited from Object.)
Top
See Also