UDP/IP sockets
C#
1
Posts
1
Posters
0
Views
1
Watching
-
ok i need help here, I'VE LOST MY TUTORIAL IN MY BOOK, i want to send this "A2S_INFO" to a server through UDP/IP, How can i recieve his reply? is this how to send?
System.Net.Sockets.UdpClient b = new System.Net.Sockets.UdpClient(serv, port); b.Send(Encoding.UTF8.GetBytes("A2S_INFO"), Encoding.UTF8.GetBytes("A2S_INFO").GetLength(0));