C# 클래스 Microsoft.AspNet.SignalR.Client.Http.IResponseExtensions

파일 보기 프로젝트 열기: SignalR/SignalR

공개 메소드들

메소드 설명
ReadAsString ( this response ) : Task
ReadAsString ( this response, Func onChunk ) : Task

메소드 상세

ReadAsString() 공개 정적인 메소드

public static ReadAsString ( this response ) : Task
response this
리턴 Task

ReadAsString() 공개 정적인 메소드

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