Rohan

Rohan

  • NA
  • 1.4k
  • 104.8k

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

May 5 2022 12:29 PM

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

       var request = new RestRequest(Method.Post);


Answers (4)