Closed redplane closed 5 years ago
What about the Content property?
You can use the IRestClient.WebRequestConfigurator
. The initial purpose was to give people the ability to manipulate the HttpWebRequest
before we send it, but you can just get the content you need from it.
Hi everyone,
I'm using restsharp to connect to Vuforia API Service. To receive authorization key to access Vuforia Restful API, I need to read the body of POST or PUT request and calculate its md5. Here is the java code:
But in Restsharp, I cannot find any methods/properties to help me read the body of the request.
Can anyone help me please? Thank you