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

TransportConnection.Connect Method 

Connects to the configured transport layer endpoint, and optionally service.

[Visual Basic]
Public Function Connect() As Boolean
[C#]
public bool Connect();

Return Value

true if the connection was carried out, false if not. Exceptions are thrown if the connection failed.

See Also

TransportConnection Class | Brecham.Obex.Net Namespace