Свойство | Тип | Описание | |
---|---|---|---|
ReplyContents | string | ||
ReplyImagePath | string | ||
StatusCode | long | ||
StatusDescription | string |
Метод | Описание | |
---|---|---|
GetPostDataWhenFormEncoded ( ) : |
||
GetPostJson ( ) : string | ||
GetPostString ( ) : string | ||
GetQueryParameters ( ) : |
||
PretendRequestInfo ( string url, HttpMethods httpMethod = HttpMethods.Get, bool forPrinting = false, bool forSrcAttr = false ) : System.Collections.Specialized | ||
ReplyWithFileContent ( string path ) : void | ||
ReplyWithImage ( string path ) : void | ||
SucceededDoNotNavigate ( ) : void | ||
WriteCompleteOutput ( string s ) : void | ||
WriteError ( int errorCode ) : void | ||
WriteError ( int errorCode, string errorDescription ) : void |
public GetPostDataWhenFormEncoded ( ) : |
||
Результат |
public GetQueryParameters ( ) : |
||
Результат |
public PretendRequestInfo ( string url, HttpMethods httpMethod = HttpMethods.Get, bool forPrinting = false, bool forSrcAttr = false ) : System.Collections.Specialized | ||
url | string | |
httpMethod | HttpMethods | |
forPrinting | bool | |
forSrcAttr | bool | |
Результат | System.Collections.Specialized |
public ReplyWithFileContent ( string path ) : void | ||
path | string | |
Результат | void |
public ReplyWithImage ( string path ) : void | ||
path | string | |
Результат | void |
public WriteCompleteOutput ( string s ) : void | ||
s | string | |
Результат | void |
public WriteError ( int errorCode ) : void | ||
errorCode | int | |
Результат | void |
public WriteError ( int errorCode, string errorDescription ) : void | ||
errorCode | int | |
errorDescription | string | |
Результат | void |