C# Class Microsoft.AspNet.SignalR.Client.Http.IResponseExtensions

Show file Open project: SignalR/SignalR

Public Methods

Method Description
ReadAsString ( this response ) : Task
ReadAsString ( this response, Func onChunk ) : Task

Method Details

ReadAsString() public static method

public static ReadAsString ( this response ) : Task
response this
return Task

ReadAsString() public static method

public static ReadAsString ( this response, Func onChunk ) : Task
response this
onChunk Func
return Task