Interface IHttpResult
Inherited Members
Namespace: MediaBrowser.Model.Services
Assembly: MediaBrowser.Model.dll
Syntax
public interface IHttpResult : IHasHeaders
Properties
ContentType
The HTTP Response ContentType
Declaration
string ContentType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RequestContext
Holds the request call context
Declaration
IRequest RequestContext { get; set; }
Property Value
Type | Description |
---|---|
IRequest |
Status
The HTTP Response Status
Declaration
int Status { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StatusCode
The HTTP Response Status Code
Declaration
HttpStatusCode StatusCode { get; set; }
Property Value
Type | Description |
---|---|
System.Net.HttpStatusCode |