Do a Disconnect command, optionally giving a message explaining the reason for disconnecting. Note that sending a disconnect command is optional, and does not close the connection.
Do a Disconnect command. Note that sending a disconnect command is optional, and does not close the connection.
public void Disconnect();
Do a Disconnect command giving the supplied string as the reason for disconnecting. Note that sending a disconnect command is optional, and does not close the connection.
public void Disconnect(string);
ObexClientSession Class | Brecham.Obex Namespace