Method | Description | |
---|---|---|
PostRequest ( |
Posts the request and returns a text response. This is all that is needed for Akismet.
|
|
PostRequest ( |
Posts the request.
|
public PostRequest ( |
||
url | The URL. | |
userAgent | string | The user agent. |
timeout | int | The timeout. |
formParameters | string | The properly formatted parameters. |
return | string |
public PostRequest ( |
||
url | The URL. | |
userAgent | string | The user agent. |
timeout | int | The timeout. |
formParameters | string | The form parameters. |
proxy | IWebProxy | The proxy. |
return | string |