new_message
Description:
public Message new_message (string method, string? uri) throws Error
Parameters:
this |
an WebDAVSession
|
method |
an HTTP method
|
uri |
URI to create the request for, or null to read from Source
|
Returns:
A new Message for the given uri , or, when null , for the URI stored in the
associated Source. Free the returned structure with unref,
when no longer needed.
|