C# Class WPNest.WebRequestExtensionMethods

显示文件 Open project: garyjohnson/wpnest

Public Methods

Method Description
GetRequestStreamAsync ( this request ) : Task
GetResponseAsync ( this request ) : Task

Method Details

GetRequestStreamAsync() public static method

public static GetRequestStreamAsync ( this request ) : Task
request this
return Task

GetResponseAsync() public static method

public static GetResponseAsync ( this request ) : Task
request this
return Task