IResponse Interface

.NET Framework 4.5

Represents a connection to the client.

Namespace:  Microsoft.AspNet.SignalR.Hosting
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public interface class IResponse

The IResponse type exposes the following members.

  NameDescription
Public propertyCancellationTokenGets a cancellation token that represents the client's lifetime.
Public propertyContentTypeGets or sets the content type of the response.
Top

  NameDescription
Public methodFlushFlushes the buffered response to the client.
Public methodWriteWrites buffered data.
Top

  NameDescription
Public Extension MethodEndCloses the connection to a client with optional data. (Defined by ResponseExtensions.)
Top
Show: