Message.this

Creates a new empty #SoupMessage, which will connect to uri.

class Message
this
(
string method
,
string uriString
)

Parameters

method string

the HTTP method for the created request

uriString string

the destination endpoint (as a string)

Return Value

the new #SoupMessage (or null if uri could not be parsed).