ServerResponse Class

.NET Framework 4.5

Represents a sever feedback in response to the request.

System::Object
  Microsoft.AspNet.SignalR.Owin::ServerResponse

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

public ref class ServerResponse : IResponse

The ServerResponse type exposes the following members.

  NameDescription
Public methodServerResponseInitializes a new instance of the ServerResponse class.
Top

  NameDescription
Public propertyCancellationTokenGets the cancellation token associated with the response.
Public propertyContentTypeGets or sets the type of content associated with the response.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFlushFlushes this instance.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodWriteWrites a response using the associated array segment.
Top

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: