-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
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"
Metadata
Metadata
Assignees
Labels
No labels