Passing data across a network WCF

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KarlSweeney
    New Member
    • Sep 2014
    • 1

    Passing data across a network WCF

    I need to pass data on 4.0.net frame work in c# across a network and I have been instructed to use wcf the way I was going to do this is no longer possible as shareable never made it to release. How can I do this?
  • iam_clint
    Recognized Expert Top Contributor
    • Jul 2006
    • 1207

    #2
    You could use a simple tcp client/server setup?

    Comment

    Working...