Best practise - C# .Net console app POST to a url -
what best approach make post request web service url, in console app?
i tried using webclient.uploadstring fails whenever posted data bigger.
i tried httpclient it's async call.. had additionally use manualresetevent keep alive till server response received..
i'd know what's best way this. please let me know if mpre info required.
what mean "huge"?
if posting large amounts of data url, exceeding maximum request size, in case no method of requesting url amount of post data work.
Comments
Post a Comment