Click or drag to resize

TcpKsiServiceProtocolBase Class

Manages TCP requests to one server. All requests and responses go through one socket that is kept opened for future requests. If a request fails (eg. socket is closed by server) it will be repeated once more with a new freshly connected socket.
Inheritance Hierarchy

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

The TcpKsiServiceProtocolBase type exposes the following members.

Constructors
  NameDescription
Public methodTcpKsiServiceProtocolBase
Create TCP KSI service protocol
Top
Properties
  NameDescription
Protected propertyServiceAddress
Server IP and port.
Top
Methods
  NameDescription
Protected methodBeginRequest
Begin TCP request
Public methodDispose
Dispose TCP KSI service protocol. Close opened connection.
Protected methodEndRequest
End TCP 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