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

ObexClientSession.Disconnect Method

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.

Overload List

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);

See Also

ObexClientSession Class | Brecham.Obex Namespace