Skip to main content

RequestPreferences

Assembly: ServiceStack.dll​
View Source​
Declaration
public class RequestPreferences : IRequestPreferences

Properties​

AcceptEncoding​

View Source​
Declaration
public string AcceptEncoding { get; }

AcceptsBrotli​

View Source​
Declaration
public bool AcceptsBrotli { get; }

AcceptsDeflate​

View Source​
Declaration
public bool AcceptsDeflate { get; }

AcceptsGzip​

View Source​
Declaration
public bool AcceptsGzip { get; }

Methods​

GetWorker(HttpContextBase)​

View Source​
Declaration
public static HttpWorkerRequest GetWorker(HttpContextBase context)
Returns​

System.Web.HttpWorkerRequest

Parameters​
TypeName
System.Web.HttpContextBasecontext

Implements​