Свойство | Тип | Описание | |
---|---|---|---|
COOKIE_PROCESSING_REGEX | |||
POST_PROCESSING_REGEX | |||
cookies | String>.Dictionary | ||
getValues | String>.Dictionary | ||
headers | String>.Dictionary | ||
postValues | String>.Dictionary |
Метод | Описание | |
---|---|---|
HttpRequest ( String path ) : System | ||
HttpRequest ( String method, String path, String UserAgent = "Mobicontroller/1.0 (mobicontroller.com)", String ConnectionType = "keep-alive", String Accept = "text/html", String ContentType = "text/html" ) : System | ||
ToString ( ) : string |
|
|
addHeader ( String field, String data ) : void |
Will add a header to the collection of headers. !! Will overwrite headers with the same field
|
|
addPost ( String field, String data ) : void | ||
getGuessFileType ( ) : string | ||
getPostBodyData ( bool calculateContentLength ) : string | ||
guessContentLength ( ) : void | ||
requestMetaInfo ( String field ) : String |
Метод | Описание | |
---|---|---|
parseCookie ( String cookie ) : void |
public HttpRequest ( String path ) : System | ||
path | String | |
Результат | System |
public HttpRequest ( String method, String path, String UserAgent = "Mobicontroller/1.0 (mobicontroller.com)", String ConnectionType = "keep-alive", String Accept = "text/html", String ContentType = "text/html" ) : System | ||
method | String | |
path | String | |
UserAgent | String | |
ConnectionType | String | |
Accept | String | |
ContentType | String | |
Результат | System |
public addHeader ( String field, String data ) : void | ||
field | String | |
data | String | |
Результат | void |
public addPost ( String field, String data ) : void | ||
field | String | |
data | String | |
Результат | void |
public getPostBodyData ( bool calculateContentLength ) : string | ||
calculateContentLength | bool | |
Результат | string |
public requestMetaInfo ( String field ) : String | ||
field | String | |
Результат | String |
public static Regex,System.Text.RegularExpressions COOKIE_PROCESSING_REGEX | ||
Результат |
public static Regex,System.Text.RegularExpressions POST_PROCESSING_REGEX | ||
Результат |