C# Class KeeAnywhere.WebRequest.KeeAnywhereWebRequest

Inheritance: System.Net.WebRequest
Show file Open project: Kyrodan/KeeAnywhere Class Usage Examples

Public Methods

Method Description
GetRequestStream ( ) : Stream
GetResponse ( ) : WebResponse
KeeAnywhereWebRequest ( IStorageProvider provider, string itemPath ) : System

Method Details

GetRequestStream() public method

public GetRequestStream ( ) : Stream
return Stream

GetResponse() public method

public GetResponse ( ) : WebResponse
return System.Net.WebResponse

KeeAnywhereWebRequest() public method

public KeeAnywhereWebRequest ( IStorageProvider provider, string itemPath ) : System
provider IStorageProvider
itemPath string
return System