IPartialWriter
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[Obsolete("Use IPartialWriterAsync")]
public interface IPartialWriter
Properties
IsPartialRequest
Whether this HttpResult allows Partial Response
View Source
Declaration
bool IsPartialRequest { get; }
Methods
WritePartialTo(IResponse)
Write a partial content result
View Source
Declaration
void WritePartialTo(IResponse response)
Parameters
Type | Name |
---|---|
ServiceStack.Web.IResponse | response |