Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

send request #5

Open
jamesaxl opened this issue Jan 1, 2015 · 1 comment
Open

send request #5

jamesaxl opened this issue Jan 1, 2015 · 1 comment

Comments

@jamesaxl
Copy link

jamesaxl commented Jan 1, 2015

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"

@sundermann
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants