|
| static string | Request (string method, string url, string body, string contentType, string acceptType, System.Text.Encoding encoding, string[] headerArray, bool detectEncodingFromByteOrderMarks) |
| | Perform HTTP request and return string from URL More...
|
| |
| static int | Request (string method, string url, byte[] data, string contentType, string acceptType, string[] requestHeaders, out string[] responseHeaders, out byte[] responseData) |
| | Perform HTTP request More...
|
| |
| static Energy.Base.Http.Response | Execute (Energy.Base.Http.Request request, HttpWebRequest httpWebRequest) |
| | Perform HTTP request More...
|
| |
| static Energy.Base.Http.Response | Execute (Energy.Base.Http.Request request) |
| | Perform HTTP request More...
|
| |
| static Energy.Base.Http.Response | Get (Energy.Base.Http.Request request) |
| | Perform GET and return response from URL More...
|
| |
| static Energy.Base.Http.Response | Get (string url, string acceptType) |
| | Perform GET and return response from URL More...
|
| |
| static Energy.Base.Http.Response | Get (string url) |
| | Perform GET and return response from URL More...
|
| |
| static Energy.Base.Http.Response | Post (Energy.Base.Http.Request request) |
| |
| static Energy.Base.Http.Response | Post (string url, object body, string contentType, string[] headers, string acceptType) |
| | Perform POST and return response from URL More...
|
| |
| static Energy.Base.Http.Response | Post (string url, object body, string contentType, string[] headers) |
| | Perform POST and return response from URL More...
|
| |
| static Energy.Base.Http.Response | Post (string url, object body, string contentType) |
| | Perform POST and return response from URL More...
|
| |
| static Energy.Base.Http.Response | Post (string url, object body) |
| | Perform POST and return response from URL More...
|
| |
| static Energy.Base.Http.Response | Post (string url) |
| | Perform POST and return response from URL More...
|
| |
| static Energy.Base.Http.Response | Put (string url, object body, string contentType, string[] headers) |
| | Perform PUT and return response from URL More...
|
| |
| static Energy.Base.Http.Response | Put (string url) |
| | Perform PUT and return response from URL More...
|
| |
| static Energy.Base.Http.Response | Put (string url, object body, string contentType) |
| | Perform PUT and return response from URL More...
|
| |
| static Energy.Base.Http.Response | Put (string url, object body) |
| | Perform PUT and return response from URL More...
|
| |
| static Energy.Base.Http.Response | Patch (Energy.Base.Http.Request request) |
| | Perform PATCH and return response from URL More...
|
| |
| static Energy.Base.Http.Response | Patch (string url, object body, string contentType, string[] headers, string acceptType) |
| | Perform PATCH and return response from URL More...
|
| |
| static Energy.Base.Http.Response | Patch (string url, object body, string contentType, string[] headers) |
| | Perform PATCH and return response from URL More...
|
| |
| static Energy.Base.Http.Response | Patch (string url, object body, string contentType) |
| | Perform PATCH and return response from URL More...
|
| |
| static Energy.Base.Http.Response | Patch (string url, object body) |
| | Perform PATCH and return response from URL More...
|
| |
| static Energy.Base.Http.Response | Patch (string url) |
| | Perform PATCH and return response from URL More...
|
| |
| static Energy.Base.Http.Response | Head (Energy.Base.Http.Request request) |
| | Perform HEAD and return response from URL More...
|
| |
| static Energy.Base.Http.Response | Head (string url) |
| | Perform HEAD and return response from URL More...
|
| |
| static Energy.Base.Http.Response | Head (string url, out string[] responseHeaders) |
| | Perform HEAD and return response from URL More...
|
| |
| static Energy.Base.Http.Response | Delete (Energy.Base.Http.Request request) |
| | Perform DELETE and return response from URL More...
|
| |
| static Energy.Base.Http.Response | Delete (string url) |
| | Perform DELETE and return response from URL More...
|
| |
| static Energy.Base.Http.Response | Options (Energy.Base.Http.Request request) |
| | Perform OPTIONS and return response from URL More...
|
| |
| static Energy.Base.Http.Response | Options (string url) |
| | Perform OPTIONS and return response from URL More...
|
| |