IHttpResponse Interface
Version 1.0.14
.NET Framework 4.7
| Namespace | Skybrud.Essentials.Http |
|---|---|
| Assembly | Skybrud.Essentials.Http.dll |
| Visibility | Public |
public interface IHttpResponse { }
Properties
| Type | Name | Summary |
|---|---|---|
| IHttpRequest | Request | |
| HttpStatusCode | StatusCode | |
| String | StatusDescription | |
| String | Method | |
| String | ContentType | |
| IHttpHeaderCollection | Headers | |
| Uri | ResponseUri | |
| String | Body | |
| Array of Byte | BinaryBody |