Methods which can be carried out in an Object Exchange transaction.
| C# | Visual Basic |
public enum ObexMethod
Public Enumeration ObexMethod
| Member | Description |
|---|---|
| Put |
Sends an object to a receiving device.
|
| Get |
Requests a file from the remote device.
|
| Connect |
Negotiate an Object Exchange connection with a remote device.
|
| Disconnect |
Disconnect an existing Object Exchange session.
|
| PutFinal |
Sends the last packet of an object to a receiving device.
|
| SetPath |
Change remote path on an Object Exchange server.
|