C# Class WPNest.Web.WebResponseWrapper

Inheritance: IWebResponse
显示文件 Open project: garyjohnson/wpnest

Public Methods

Method Description
GetResponseStream ( ) : Stream
GetResponseStringAsync ( ) : Task
WebResponseWrapper ( WebResponse response ) : System

Method Details

GetResponseStream() public method

public GetResponseStream ( ) : Stream
return Stream

GetResponseStringAsync() public method

public GetResponseStringAsync ( ) : Task
return Task

WebResponseWrapper() public method

public WebResponseWrapper ( WebResponse response ) : System
response System.Net.WebResponse
return System