SecureBlackbox Lite 2020 .NET Edition

Questions / Feedback?

CustomRequest Method

Performs custom WebDAV request.

Syntax

public string CustomRequest(string URL, string method, string properties);
Public Function CustomRequest(ByVal URL As String, ByVal Method As String, ByVal Properties As String) As String

Remarks

Use the Method to choose between PROPFIND or PROPPATCH method and Properties to list properties.

For PROPFIND request this method returns an uninterpreted string of the listing results.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 .NET Edition - Version 20.0 [Build 8166]