I'm trying to implement a torrent client so I need to be able to handle udp://* prefixed addresses. I've tried using WebClient and WebRequest to handle it but they both throw "URI address not recognized" exceptions and using DNS IP resolution throws "host
not found".
Is there another way to handle this or parse the address to http://* or some other handled address?