Chameleon and Iguana Plugin C# Class Libraries

Connection.Run Method 

Listen on the client socket port for incoming messages.

[Visual Basic]
Public Sub Run()
[C#]
public void Run();

Remarks

The incoming data is added to a buffer and the buffer is sent to the wrapper. A valid wrapper object must be passed in the constructor in order to unwrap the incoming message.

See Also

Connection Class | iNTERFACEWARE.Chameleon Namespace