Chameleon and Iguana Plugin C# Class Libraries

TransportTcpIpClient Constructor 

The main constructor.

[Visual Basic]
Public Sub New( _
   ByVal port As Integer, _
   ByVal host As String, _
   ByVal aWrapper As Wrapper, _
   ByVal aListener As ClientSocketListener, _
   ByVal aLog As Log _
)
[C#]
public TransportTcpIpClient(
   int port,
   string host,
   Wrapper aWrapper,
   ClientSocketListener aListener,
   Log aLog
);

See Also

TransportTcpIpClient Class | iNTERFACEWARE.Chameleon Namespace