TCPClient/TCPListener for C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dtittle
    New Member
    • Jan 2008
    • 8

    TCPClient/TCPListener for C#

    I need to us TCPClient/Listener to send data from a mobile device to a server. Dumb question, does the client portion need to be its own cs file? Or can I put it in with my main app?

    OS: Mobile 05
    Language: C#
    Server: Windows XP

    Thanks,

    dtittle
  • markmcgookin
    Recognized Expert Contributor
    • Dec 2006
    • 648

    #2
    Originally posted by dtittle
    I need to us TCPClient/Listener to send data from a mobile device to a server. Dumb question, does the client portion need to be its own cs file? Or can I put it in with my main app?

    OS: Mobile 05
    Language: C#
    Server: Windows XP

    Thanks,

    dtittle
    Well it would need to be a new project.... targeted at a mobile device, you can't just run a normal Win32 app on a mobile.

    Comment

    Working...