You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: