Reputation:
Hey guys I'm working on a c# tcp listener. I am coming back to c# after a year or so but I have been working with java fluently (All i'm saying is you don't have to dumb it down too much). Anyway I can't seem to find where to import System.Net.Sockets! I have clicked the "references" tab but only have a System.Net assembly. Any help will do and I'm sure its just me being stupid xD.
Upvotes: 0
Views: 2245
Reputation: 222552
You need to add System.Dll. Further information you can read from here.
Upvotes: 0