C# Class MovingScrewdriver.Web.Infrastructure.RemoteFile

ファイルを表示 Open project: Gutek/MovingScrewdriver Class Usage Examples

Public Methods

Method Description
GetFileAsString ( ) : string
GetWebResponse ( ) : WebResponse
RemoteFile ( Uri filePath ) : System

Private Methods

Method Description
GetWebRequest ( ) : WebRequest

Method Details

GetFileAsString() public method

public GetFileAsString ( ) : string
return string

GetWebResponse() public method

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

RemoteFile() public method

public RemoteFile ( Uri filePath ) : System
filePath System.Uri
return System