HttpResponseBase Class
Version 1.0.14
.NET Framework 4.7
Namespace | Skybrud.Essentials.Http |
---|---|
Assembly | Skybrud.Essentials.Http.dll |
Visibility | Public |
Inheritance | Object |
public class HttpResponseBase { }
Properties
Type | Name | Summary |
---|---|---|
IHttpResponse | Response | |
HttpStatusCode | StatusCode | |
String | StatusDescription | |
String | Method | |
String | ContentType | |
IHttpHeaderCollection | Headers |
Methods
ParseJsonArray(string)
(static)
|
ParseJsonObject(string)
(static)
|
ParseXmlElement(string)
(static)
|