Brecham.Obex — An OBEX library for the .NET Framework

ObexClientSession.Delete Method

Delete the given file or folder.

Overload List

Delete the given file or folder, identified by the metadata in the given ObexHeaderCollection.

public void Delete(ObexHeaderCollection);

Delete the given file or folder, by name.

public void Delete(string);

See Also

ObexClientSession Class | Brecham.Obex Namespace