user1973108
user1973108

Reputation:

System.Net.Sockets Assembly not available in Xamarin

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

Answers (1)

Sajeetharan
Sajeetharan

Reputation: 222552

You need to add System.Dll. Further information you can read from here.

Assemblies Xamarin

Upvotes: 0

Related Questions