C# Class FluentHttp.HttpWebResponseWrapper

Inheritance: IHttpWebResponse
Show file Open project: prabirshrestha/FluentHttp

Public Methods

Method Description
GetResponseStream ( ) : Stream

Gets the response stream.

HttpWebResponseWrapper ( HttpWebResponse httpWebResponse ) : System

Initializes a new instance of the HttpWebResponseWrapper class.

Method Details

GetResponseStream() public method

Gets the response stream.
public GetResponseStream ( ) : Stream
return Stream

HttpWebResponseWrapper() public method

Initializes a new instance of the HttpWebResponseWrapper class.
public HttpWebResponseWrapper ( HttpWebResponse httpWebResponse ) : System
httpWebResponse System.Net.HttpWebResponse /// The http web response. ///
return System