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

ObexClientSession.Connect Method

Connect, optionally to a specified OBEX service / application.

Overload List

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

See Also

ObexClientSession Class | Brecham.Obex Namespace