traverse_mkcol_response


Description:

public bool traverse_mkcol_response (Message? message, ByteArray xml_data, WebDAVPropstatTraverseFunc? func) throws Error

Traverses a DAV:mkcol-response response and calls func for each returned DAV:propstat.

The message, if provided, is used to verify that the response is an XML Content-Type. It's used to get the request URI as well.

Parameters:

this

an WebDAVSession

message

an optional Message corresponding to the response, or null

xml_data

a ByteArray containing DAV:mkcol-response response

func

an WebDAVPropstatTraverseFunc function to call for each DAV:propstat in the response

func_user_data

user data passed to func

Returns:

Whether succeeded.