Click here to Skip to main content
15,880,967 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I want to connect linux server using tcp ip from c#.
Is it possible? how can i do this?
i want to connect linux server from windows application using tcp ip and get the data from server and display them in my application.
Can any one please help me how can i do this?

Thanks,
Viprat
Posted
Comments
[no name] 26-Feb-13 8:58am    
Have you tried anything? Plenty of examples out there on how to use TCP in C#. Personally, I would use the TcpClient class....
VIPR@T 26-Feb-13 9:18am    
yes i just want to know that i can connect with linux server same as windows server? i mean i can connect with linux server using TcpClient?
[no name] 26-Feb-13 10:32am    
Why would you think that you could not? Of course you can!
VIPR@T 26-Feb-13 10:51am    
Ok. Thanks....

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