This method deletes a file from an Http server.
Overload List
This method deletes a file from an Http server specifying the remote URI.
[Visual Basic] Public Function HttpDeleteFile(String) As Boolean
[C#] public bool HttpDeleteFile(string)
This method deletes a file from an Http server specifying the remote URI.
[Visual Basic] Public Function HttpDeleteFile(System.Uri) As Boolean
[C#] public bool HttpDeleteFile(System.Uri)
This method deletes a file from an Http server specifying the protocol scheme, the host name and remote URI.
[Visual Basic] Public Function HttpDeleteFile(String, String, String) As Boolean
[C#] public bool HttpDeleteFile(string, string, string)
See Also
ImageKit.File Members | Newtone.ImageKit.Win.ImageKit