I have error. Code:
I my code I cannot use IPEndPoint, but in Console开发者_StackOverflow中文版 App I can do it. How can I reapir it, and whats the preblem?
You need to include the namespace System.Net - you have included System.Net.Sockets but the class IPEndPoint is not in this namespace.
精彩评论