Click or drag to resize

TcpSimpleClient(IContainer) Constructor

Initializes a new instance of the TcpSimpleClient class.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public TcpSimpleClient(
	IContainer container
)
View Source

Parameters

container  IContainer
IContainer object that contains the TcpSimpleClient.
See Also