Skip to main content

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
TypeName
ServiceStack.Web.IResponseresponse
System.Threading.CancellationTokentoken