Click or drag to resize

TcpKsiServiceProtocolBase Constructor

Create TCP KSI service protocol

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 TcpKsiServiceProtocolBase(
	IPAddress ipAddress,
	ushort port,
	Nullable<uint> requestTimeout = null,
	Nullable<uint> bufferSize = null
)

Parameters

ipAddress
Type: System.NetIPAddress
Service IP address
port
Type: SystemUInt16
Service port
requestTimeout (Optional)
Type: SystemNullableUInt32
request timeout in milliseconds
bufferSize (Optional)
Type: SystemNullableUInt32
size of buffer to be used when receiving data
See Also