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

ObexClientSession.Delete Method (ObexHeaderCollection)

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

[Visual Basic]
Overloads Public Sub Delete( _
   ByVal headers As ObexHeaderCollection _
)
[C#]
public void Delete(
   ObexHeaderCollection headers
);

Parameters

headers
[Advanced usage] An instance of ObexHeaderCollection containing the metadata required to identify which object the server is to delete. It must not contain any body headers (Body or EndOfBody).

See Also

ObexClientSession Class | Brecham.Obex Namespace | ObexClientSession.Delete Overload List