Re: Telnet Using C#
You want SOCKETS
System.Net namespace I think.
Telnet (to my understanding) is just a connection.
So if you check out TCP sockets in MSDN you should get all the answers
you need.
.
Relevant Pages
- Re: Detecting broken TCP connections
... TCP will either deliver the packets, in the order specified, or it will call ... connection: keep-alive and time-outs. ... > transmits and receives data through TCP sockets. ... (microsoft.public.dotnet.framework.compactframework) - Re: pb while connecting to win xp ids...
... IDS on Windows supports named pipes and TCP sockets. ... I have a pb connecting to an IDS 10.0.TC4 on Windows. ... JDBC refuses the connection. ... (comp.databases.informix) - Re: Socket connection between Java and C possible?
... connection between a C program and a Java program. ... TCP sockets are independent of any programming language. ... (comp.lang.java.programmer) - ValueError: filedescriptor out of range in select()
... This is a long running process, ... This process accepts connections on TCP sockets, ... # select returns the fd but there is no data to read -> connection closed! ... If I telnet this server this is what I see: ... (comp.lang.python) - Re: Possible portrange.randomized problems?
... > Are you using TCP sockets for the connection to MySQL? ... To unsubscribe, ... (freebsd-stable) |
|