Click or drag to resize

TcpKsiServiceProtocol Constructor

Create TCP KSI service protocol for signing.

Namespace:  Guardtime.KSI.Service
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public TcpKsiServiceProtocol(
	IPAddress ipAddress,
	ushort port,
	Nullable<uint> requestTimeout = null,
	Nullable<uint> bufferSize = null
)

Parameters

ipAddress
Type: System.NetIPAddress
Signing service IP address
port
Type: SystemUInt16
Signing 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