Summary
Deletes the specific file from the remote file server.
- Namespace
- NBuildKit
.MsBuild .Tasks .Web - Containing Type
- IInternalWebClient
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. |