soup-sharp icon indicating copy to clipboard operation
soup-sharp copied to clipboard

send request

Open jamesaxl opened this issue 10 years ago • 1 comments

var session = new Soup.Session(); message = new Soup.Message("POST", "http://www.google.com"); session.SendMessage(message); Console.WriteLine (message.ResponseBody.Data);

i got an error like that "Ambiguous matching in method resolution"

jamesaxl avatar Jan 01 '15 07:01 jamesaxl

This is probably fixed in gtk# in commit 839a32d7976470dcd21221c5d4623a9f81f28eea Try with gtk# master

sundermann avatar Jan 01 '15 13:01 sundermann