4
Answers

RestSharp.Method' to 'string? error in c#.

Photo of Rohan

Rohan

3y
1.5k
1

I have implement this code but here error this RestSharp.Method' to 'string? 

       var request = new RestRequest(Method.Post);

Answers (4)