C# 클래스 EGSW.Services.FakeHttpResponse

상속: System.Web.HttpResponseBase
파일 보기 프로젝트 열기: careerengine/EGSW-Project

공개 메소드들

메소드 설명
ApplyAppPathModifier ( string virtualPath ) : string
FakeHttpResponse ( ) : System
Write ( string s ) : void

메소드 상세

ApplyAppPathModifier() 공개 메소드

public ApplyAppPathModifier ( string virtualPath ) : string
virtualPath string
리턴 string

FakeHttpResponse() 공개 메소드

public FakeHttpResponse ( ) : System
리턴 System

Write() 공개 메소드

public Write ( string s ) : void
s string
리턴 void