C# 클래스 Microsoft.AspNet.SignalR.Hosting.ResponseExtensions

Extension methods for IResponse.
파일 보기 프로젝트 열기: SignalR/SignalR

공개 메소드들

메소드 설명
End ( this response, string data ) : System.Threading.Tasks.Task

Closes the connection to a client with optional data.

메소드 상세

End() 공개 정적인 메소드

Closes the connection to a client with optional data.
public static End ( this response, string data ) : System.Threading.Tasks.Task
response this The .
data string The data to write to the connection.
리턴 System.Threading.Tasks.Task