HttpResponse Class
Version 1.0.14
.NET Framework 4.7
Namespace | Skybrud.Essentials.Http |
---|---|
Assembly | Skybrud.Essentials.Http.dll |
Visibility | Public |
Interfaces | IHttpResponse |
Inheritance | Object |
public class HttpResponse : IHttpResponse { }
Properties
Type | Name | Summary |
---|---|---|
IHttpRequest | Request | |
HttpWebResponse | Response | |
HttpStatusCode | StatusCode | |
String | StatusDescription | |
String | Method | |
String | ContentType | |
IHttpHeaderCollection | Headers | |
Uri | ResponseUri | |
Encoding | Encoding | |
String | Body | |
Array of Byte | BinaryBody |
Methods
GetFromWebResponse(HttpWebResponse)
(static)
|