IInternalWebClient.

DeleteFile(Uri) Method

Summary

Deletes the specific file from the remote file server.

Syntax

byte[] DeleteFile(Uri address)

Parameters

Name Type Description
address Uri The URI of the resource that should be removed. For example http://localhost/samplefile.txt

Return Value

Type Description
byte[] The response of the server.