ServerResponse Methods

.NET Framework 4.5

The ServerResponse type exposes the following members.

  NameDescription
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

  NameDescription
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
Show: