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(); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Data | dynamic | |||
Headers | NameValueCollection | |||
Response | string | |||
StatusCode | int |
Methods
string ToString();
Return Type
string