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)
Syntaxpublic TcpResponseProcessor(
TcpAsyncResultCollection asyncResults
)
Public Sub New (
asyncResults As TcpAsyncResultCollection
)
public:
TcpResponseProcessor(
TcpAsyncResultCollection^ asyncResults
)
new :
asyncResults : TcpAsyncResultCollection -> TcpResponseProcessor
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