C# Класс Microsoft.AspNet.SignalR.Hosting.ResponseExtensions

Extension methods for IResponse.
Показать файл Открыть проект

Открытые методы

Метод Описание
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