IResponse Interface
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Hosting
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Represents a connection to the client.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The IResponse type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CancellationToken | Gets a cancellation token that represents the client's lifetime. |
![]() | ContentType | Gets or sets the content type of the response. |
| Name | Description | |
|---|---|---|
![]() | End | Closes the connection to a client with optional data. (Defined by ResponseExtensions.) |
Show:
