c# - UdpClient Error 10022 An invalid argument was supplied -


i need send packet via udp. in project getting error on first line:

udpclient udpclient = new udpclient(); 

it constructor dont know why giving me error:

an invalid argument supplied 


Comments

Popular posts from this blog

My HTML document is not linking to my CSS stylesheet properly -

php array slice every 2th rule -

node.js - Sending sockets to client side, Error: Converting circular structure to JSON -