
C# | Visual Basic | Visual C++ |
public static class HttpUtility
Public NotInheritable Class HttpUtility
public ref class HttpUtility abstract sealed

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() ![]() | CreateWebRequest(WebMethod, WebProxy, String, Boolean) |
Creates intstance of the HttpRequest object
|
![]() ![]() | CreateWebRequest(String, WebMethod, String, String, String, String, Session) | |
![]() ![]() | Delete(String, Session) |
Creates http delete web request and returns response
|
![]() ![]() | Get(String, Session) |
Creates http get web request and returns response
|
![]() ![]() | GetSignature(WebMethod, Session, String, String%, String%) |
Generates OAuth signature for http request
|
![]() ![]() | GetWebResponse(HttpWebRequest) |
Reads web response
|
![]() ![]() | Post(String, NameValueCollection, Session) |
Creates http post web request and returns response
|
![]() ![]() | Upload(String, NameValueCollection, Session, List<(Of <(String>)>)) |
Creates http multipart post web request and returns response
|
![]() ![]() | WriteFile(Stream, String) |

Object | |
![]() | HttpUtility |