HttpResponse is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class HttpResponse
{
dynamic Data { get; set; }
NameValueCollection Headers { get; set; }
string Response { get; set; }
int StatusCode { get; set; }
string ToString();
}