S
S
sergeevpetro2015-07-23 14:55:36
MySQL
sergeevpetro, 2015-07-23 14:55:36

How to create a post request using Awesomium C#?

We need an example of sending a post request, for example, on a button click.
There is a url to which you need to send a request and let's say login and password fields.
How to implement it?
For an example of what I mean - in WebBrowser it is done like this

webBrowser1.Navigate(" test1.ru/login.php ", "_self", System.Text.Encoding.ASCII.GetBytes(data), "content-type:application/x-www-form-urlencoded");

Answer the question

In order to leave comments, you need to log in

2 answer(s)
W
web-mechanic, 2019-01-06
@khodos_dmitry

https://dev.mysql.com/doc/refman/8.0/en/declare.html
DECLARE is permitted only inside a BEGIN ... END compound statement and must be at its start, before any other statements.

A
Artyom, 2015-07-24
@sergeevpetro

Alternatively, you can do this:
https://msdn.microsoft.com/ru-ru/library/system.ne... (v=vs.110).aspx

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question