Share via


ServerResponse Class

.NET Framework 4

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class ServerResponse _
    Implements IResponse
'Usage
Dim instance As ServerResponse
public class ServerResponse : IResponse
public ref class ServerResponse : IResponse
type ServerResponse =  
    class 
        interface IResponse 
    end
public class ServerResponse implements IResponse

The ServerResponse type exposes the following members.

Constructors

  Name Description
Public method ServerResponse

Top

Properties

  Name Description
Public property CancellationToken
Public property ContentType
Public property DisableResponseBuffering
Public property ResponseBody
Public property ResponseHeaders

Top

Methods

  Name Description
Public method End
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method Flush
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Write

Top

Extension Methods

  Name Description
Public Extension Method AsStream Wraps the underlying IResponse object as a stream (Defined by ResponseExtensions.)
Public Extension Method End Closes the connection to a client with optional data. (Defined by ResponseExtensions.)

Top

Thread Safety

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

See Also

Reference

Microsoft.AspNet.SignalR.Owin Namespace