Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
hello everybody
I need to create a web service designed to connect to a network device with the TELNET command, is to develop a code in C # and insert the ip address then the login then the password and receive a message that indicates success or failure of connection ..

is someone can help me

thank you
Posted
Updated 27-Apr-11 5:17am
v2
Comments
Sandeep Mewara 27-Apr-11 10:28am    
What kind of help you are looking for? Code?

Tried anything?
yesotaso 27-Apr-11 10:40am    
Is it safe to assume that you want to open a TCP/IP socket with port number 23 (default Telnet port) to target and send-receive unencrypted text from a web service application?
meher3b2 27-Apr-11 21:31pm    
yes I want a functional code with C#
I want to create a web service layer between the client and my firewall for user management

1 solution

Hi,


Read these articles, hope it will help you.
Sockets in C#

Socket Send and Receive [C#]

Socket Class

Regards
AR
 
Share this answer
 
Comments
meher3b2 28-Apr-11 19:31pm    
there is no clear answer

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900