Connect, optionally to a specified OBEX service / application.
Connect to the default OBEX service, the Inbox.
public void Connect();
Carry out a Connect operation, including the given headers in the request PDU.
public ObexParsedResponsePdu Connect(ObexHeaderCollection);
Connect to the specified target OBEX service/application, this is known as a Directed Connect in OBEX.
public void Connect(byte[]);
ObexClientSession Class | Brecham.Obex Namespace