HailHydra 9 Title says it all check code below: My line: request.AddHeader("application/json, text/plain"); .AddHeader definition points too public MilkyRequest AddHeader(string name, string value); And I get an error that says "No overload for method 'AddMethod' takes 1 argument 1 Quote Share this post Link to post Share on other sites
BataBo 13 Why not just use xnet making checkers is simple and I think learning it yourself will be way better than using some lib out there Quote Share this post Link to post Share on other sites
gaveva 1 prob needs to be request.AddHeader("HEADERNAME", "HEADERVALUE"); Example request.AddHeader("Content-Type", "application/x-www-form-urlencoded"); hope it helps Quote Share this post Link to post Share on other sites
Hacker2343 0 Ask the creator of milky library sure he will help u Quote Share this post Link to post Share on other sites