| Brecham.Obex — An OBEX library for the .NET Framework |
|
TransportConnection.Connected Property
Gets whether the connection has been made.
[Visual Basic]
Public ReadOnly Property Connected As
Boolean
[C#]
public
bool Connected {get;}
Remarks
That is, whether Connect has been called and was successful.
See Also
TransportConnection Class | Brecham.Obex.Net Namespace