powershell, 7 languages
Code:$port=44123 $endpoint = new-object System.Net.IPEndPoint ([IPAddress]::Any,$port) $udpclient=new-Object System.Net.Sockets.UdpClient $port $content=$udpclient.Receive([ref]$endpoint) [Text.Encoding]::ASCII.GetString($content) write-host $content
Results 1 to 30 of 97
Threaded View
-
03-17-2018
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)