Creates http post web request and returns response

C# | Visual Basic | Visual C++ |
public static string Post( string url, NameValueCollection parameters, Session session )
Public Shared Function Post ( _ url As String, _ parameters As NameValueCollection, _ session As Session _ ) As String
public: static String^ Post( String^ url, NameValueCollection^ parameters, Session^ session )

- url (String)
- The URL for the web request
- parameters (NameValueCollection)
- the query string parameters

http response