C# Class Microsoft.AspNet.SignalR.Hosting.ResponseExtensions

Extension methods for IResponse.
Afficher le fichier Open project: SignalR/SignalR

Méthodes publiques

Méthode Description
End ( this response, string data ) : System.Threading.Tasks.Task

Closes the connection to a client with optional data.

Method Details

End() public static méthode

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.
Résultat System.Threading.Tasks.Task