IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

GetResource Method

Get a resource using the WebDAV GET method.

Syntax

[VB.NET]
Public Sub GetResource(ByVal ResourceURI As String)
[C#]
public void GetResource(string resourceURI);

Remarks

Fetch the resource using the WebDAV GET method. The resource contents are delivered through the Transfer event, and the HTTP response headers through the Header event.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]