[C#] запрос на яндекс
?
Console.Write(DoHttpPOST("http://www.yandex.ru/yandsearch?rpt=rad&text=asdf";
зачем ты параметры в content засовываешь?
так же "Cannot send a content-body with this verb-type."
request.ContentType = "text/html";
request.ContentLength = content.Length;
using (Stream stream = request.GetRequestStream
stream.Write(content, 0, content.Length);
Спасибо и респект Даркгрею, проблема решена!
Оставить комментарий
Eugenia_2005
Хочу с яндекса получить ответ на мой вопрос, программно, делаю программувыдает исключение "Cannot send a content-body with this verb-type."
Как с этим бороться?