Chameleon and Iguana Plugin C# Class Libraries

TransportTcpIpServer Constructor 

The main constructor.

[Visual Basic]
Public Sub New( _
   ByVal port As Integer, _
   ByVal aWrapper As Wrapper, _
   ByVal aListener As ServerSocketListener, _
   ByVal aLog As Log _
)
[C#]
public TransportTcpIpServer(
   int port,
   Wrapper aWrapper,
   ServerSocketListener aListener,
   Log aLog
);

See Also

TransportTcpIpServer Class | iNTERFACEWARE.Chameleon Namespace