Click here to Skip to main content
15,921,884 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I really think that here ill found my answers...
I try to make a server-client app in WPF, I try to use TcpClient and TcpListener..
another connection ideas will be welcome

doe's someone know how to make a server-client connection in WPF??
code example can be very usefull..
Thank you all...
Posted

1 solution

WPF has no support for what you're doing. That is, you use the same C# code you would in winforms, because WPF has nothing to do with sockets. WCF is what you should be using for this, which works fine in WPF, of course.
 
Share this answer
 
Comments
Sandeep Mewara 27-Aug-10 13:48pm    
Comment from OP: Thank you very much, but im a newbie in WCF, if you have some source or examples it will be wellcome...


anyway thank you...

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