Interface IAsyncStreamWriter
Namespace: MediaBrowser.Model.Services
Assembly: MediaBrowser.Model.dll
Syntax
public interface IAsyncStreamWriter
Methods
WriteToAsync(IResponse, CancellationToken)
Declaration
Task WriteToAsync(IResponse response, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
IResponse | response | |
System.Threading.CancellationToken | cancellationToken |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |