IResponse Methods

.NET Framework 4.5

The IResponse type exposes the following members.

  NameDescription
Public method End Closes the connection to the client.
Public method Flush Flushes the buffered response to the client.
Public method Write Writes buffered data.
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: