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

ObexClientSession.Abort Method

Abort any existing operation and send an Abort command to the peer, optionally giving a message explaining the reason for aborting.

Overload List

Abort any existing operation and send an Abort command to the peer.

public void Abort();

Abort any existing operation and send an Abort command to the peer, giving the supplied string as the reason for disconnecting.

public void Abort(string);

See Also

ObexClientSession Class | Brecham.Obex Namespace