Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
EGSW
Services
FakeHttpResponse
C# Class EGSW.Services.FakeHttpResponse
Inheritance:
System.Web.HttpResponseBase
ファイルを表示
Open project: careerengine/EGSW-Project
Public Methods
Method
Description
ApplyAppPathModifier
(
string
virtualPath
) :
string
FakeHttpResponse
( ) :
System
Write
(
string
s
) :
void
Method Details
ApplyAppPathModifier()
public
method
public
ApplyAppPathModifier
(
string
virtualPath
) :
string
virtualPath
string
return
string
FakeHttpResponse()
public
method
public
FakeHttpResponse
( ) :
System
return
System
Write()
public
method
public
Write
(
string
s
) :
void
s
string
return
void