[This is preliminary documentation and is subject to change.]

Whether there is a working connection to the simulator or not

Namespace:  OpenMetaverse
Assembly:  OpenMetaverse (in OpenMetaverse.dll) Version: 1.0.0.20057

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Connected { get; }
Public ReadOnly Property Connected As Boolean
public:
property bool Connected {
	bool get ();
}

See Also