Abort any existing operation and send an Abort command to the peer, optionally giving a message explaining the reason for aborting.
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);
ObexClientSession Class | Brecham.Obex Namespace