Class StaticResultOptions
Inheritance
System.Object
StaticResultOptions
Assembly: MediaBrowser.Controller.dll
public class StaticResultOptions
Properties
Declaration
public bool AllowCacheTransform { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool AllowPublicCache { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public TimeSpan? CacheDuration { get; set; }
Property Value
Type |
Description |
System.Nullable<System.TimeSpan> |
|
Declaration
public Guid CacheKey { get; set; }
Property Value
Type |
Description |
System.Guid |
|
ContentFactory
Declaration
public Func<long, long, CancellationToken, Task<StreamHandler>> ContentFactory { get; set; }
Property Value
Type |
Description |
System.Func<System.Int64, System.Int64, System.Threading.CancellationToken, System.Threading.Tasks.Task<StreamHandler>> |
|
ContentLength
Declaration
public long? ContentLength { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
ContentType
Declaration
public string ContentType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTimeOffset? DateLastModified { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Declaration
public FileShareMode FileShare { get; set; }
Property Value
Declaration
public bool ForcePartialFileCopy { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsHeadRequest { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public Action OnComplete { get; set; }
Property Value
Type |
Description |
System.Action |
|
Declaration
public Action OnError { get; set; }
Property Value
Type |
Description |
System.Action |
|
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public IDictionary<string, string> RequestHeaders { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.String> |
|
Declaration
public IDictionary<string, string> ResponseHeaders { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.String> |
|
Declaration
public bool SupportsRangeRequests { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Extension Methods