Correct use of UDP DatagramSocket
问题 I have the following code (snips provided below) in my base class for handling a UDP socket. I am adding support for WinRT (controlled by the #define for WINRT). I have everything working for .Net, but something is going wrong with my WinRT implementation. When I send the data, it is not being received on the server side. Any idea what is going wrong? I don't see any errors on the client side, just nothing shows up on the server. I have successfully gotten my TCP socket class working, using