- Home /
Socket Not Work On Windows Phone 8
hi, I want to build A Online Game, I used tcp socket to connect,it can work on Android,PC. but cannot work on wp8,there is many unkown method tips,like:
System.Int32 System.Net.Sockets.Socket::get_Available()` doesn't exist in target framework System.Int32 System.Net.Sockets.Socket::Send(System.Byte[])` doesn't exist in target framework. System.Int32 System.Net.Sockets.Socket::Receive(System.Byte[])` doesn't exist in target framework
what should I do?
Answer by Xiaobo Guo · Mar 30, 2016 at 01:07 PM
WP8 API https://msdn.microsoft.com/zh-cn/library/windows/apps/system.net.sockets.socket(v=vs.105).aspx 不支持,需要重新实现
Your answer
Follow this Question
Related Questions
Unity Editor cant host using systems.sockets.net sockets 0 Answers
Fast communication between Android and desktop via USB 0 Answers
Asynchronous socket hangs intermittently on iOS 1 Answer
Multiplayer game using Sockets or Socket.IO? (without UNET or Photon) 6 Answers
Similar networking options in unity? 2 Answers