Telnet Component for ce.net

R

Russ Du Preez

Hi all,

I am looking to purchase a Telnet client component for ce.net.

I cannot find anything around.

Basically I am using c# and would like something like the following:

Telnet client = new Telnet();
client.port = 23;
client.IPAddress = "192.168.0.1";
client.connect();
client.datareceived += new
Telnet.DataReceivedEventHandler(Telnet_DataReceived);

Thanks,
Russ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top