IPartialWriterAsync
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IPartialWriterAsync
Properties
IsPartialRequest
Whether this HttpResult allows Partial Response
View Source
Declaration
bool IsPartialRequest { get; }
Methods
WritePartialToAsync(IResponse, CancellationToken)
Write a partial content result
View Source
Declaration
Task WritePartialToAsync(IResponse response, CancellationToken token = default(CancellationToken))
Returns
System.Threading.Tasks.Task
Parameters
Type | Name |
---|---|
ServiceStack.Web.IResponse | response |
System.Threading.CancellationToken | token |