string urlCandatestream = "/company/" + CompanyID + "/position/" + positionID + "/candidate/" + candidateID + "/stream";
var request = new RestRequest(urlCandatestream, Method.GET);
request.AddHeader("Content-Type", "application/json");
request.AddHeader("cache-control", "no-cache");
request.AddHeader("authorization", connectAPI.getAccessToken());
// rqst.Proxy = GlobalProxySelection.GetEmptyWebProxy();
IRestResponse response;
varRequest = request.ToString();
try
{
response = await _restClent.ExecuteTaskAsync(request);
VarRequestResults = response.Content;
}
catch (Exception ex)
{
throw new Exception("Error executing request to " + urlCandatestream, ex);
}
Any logic or idea how to get rid of this and only get available records.
Experts Exchange always has the answer, or at the least points me in the correct direction! It is like having another employee that is extremely experienced.
When asked, what has been your best career decision?
Deciding to stick with EE.
Being involved with EE helped me to grow personally and professionally.
Connect with Certified Experts to gain insight and support on specific technology challenges including:
We've partnered with two important charities to provide clean water and computer science education to those who need it most. READ MORE