Click or drag to resize

TcpResponseProcessor Constructor

Create TCP request response processor instance

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 TcpResponseProcessor(
	TcpAsyncResultCollection asyncResults
)

Parameters

asyncResults
Type: Guardtime.KSI.Service.TcpTcpAsyncResultCollection
Collection of async results associated with TCP requests. Corresponding async results are searched and marked as done when parsing data received via TCP.
See Also