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.
NOTE: This method has a corresponding asynchronous version (GetResourceAsync) for use in the Xamarin environment.