M Mahesh Jun 22, 2007 #1 Hi can any one tell me how to capture UDP Packets using sockets or UDPClient with some pseudo code in .Net
Hi can any one tell me how to capture UDP Packets using sockets or UDPClient with some pseudo code in .Net
N Nicholas Paldino [.NET/C# MVP] Jun 22, 2007 #2 Mahesh, Have you looked at the Receive method on the UdpClient class? Also, check out the section of the .NET framework titled "", located at: http://msdn2.microsoft.com/en-us/library/tst0kwb1(vs.71).aspx Of course, there is also Jon's answer to your previous post with a similar title.
Mahesh, Have you looked at the Receive method on the UdpClient class? Also, check out the section of the .NET framework titled "", located at: http://msdn2.microsoft.com/en-us/library/tst0kwb1(vs.71).aspx Of course, there is also Jon's answer to your previous post with a similar title.