I want to send data to a server using POST in c# using WebClient method. The data to be send has a key value pair. key: param value: [0.5,0.2,0.02]
How to send this kind of data?
I want to send data to a server using POST in c# using WebClient method. The data to be send has a key value pair. key: param value: [0.5,0.2,0.02]
How to send this kind of data?