Свойство | Type | Description | |
---|---|---|---|
Method | HttpMethod, | ||
Timeout | int | ||
Url | string | ||
Useragent | string |
Méthode | Description | |
---|---|---|
DirtyHttp ( string _Url ) : System |
Class constructor, initializes the class. This is an overload for the default class constructor. Uses HTTP GET with a timeout value of 30000 mili-seconds.
|
|
DirtyHttp ( string _Url, int _Timeout, HttpMethod, _Method ) : System |
Class constructor, initializes the class.
|
|
doRequest ( ) : string |
Executes the HTTP request.
|
public DirtyHttp ( string _Url, int _Timeout, HttpMethod, _Method ) : System | ||
_Url | string | The URL the request should be made at. |
_Timeout | int | The timeout value in mili-seconds. |
_Method | HttpMethod, | The HTTP method that should be used. |
Résultat | System |