C# 클래스 MovingScrewdriver.Web.Infrastructure.RemoteFile

파일 보기 프로젝트 열기: Gutek/MovingScrewdriver 1 사용 예제들

공개 메소드들

메소드 설명
GetFileAsString ( ) : string
GetWebResponse ( ) : WebResponse
RemoteFile ( Uri filePath ) : System

비공개 메소드들

메소드 설명
GetWebRequest ( ) : WebRequest

메소드 상세

GetFileAsString() 공개 메소드

public GetFileAsString ( ) : string
리턴 string

GetWebResponse() 공개 메소드

public GetWebResponse ( ) : WebResponse
리턴 System.Net.WebResponse

RemoteFile() 공개 메소드

public RemoteFile ( Uri filePath ) : System
filePath System.Uri
리턴 System