ServerResponse Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Owin
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Top
Represents a sever feedback in response to the request.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The ServerResponse type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CancellationToken | Gets the cancellation token associated with the response. |
![]() | ContentType | Gets or sets the type of content associated with the response. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | Flush | Flushes this instance. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | Write | Writes a response using the associated array segment. |
| Name | Description | |
|---|---|---|
![]() | End | Closes the connection to a client with optional data. (Defined by ResponseExtensions.) |
Show:
