OpenMetaverse Protocol Library Developers API Documentation
Connect Method (endPoint, handle, setDefault, seedcaps)
NamespacesOpenMetaverseNetworkManagerConnect(IPEndPoint, UInt64, Boolean, String)
Connect to a simulator
Declaration Syntax
C#
public 
Simulator 
Connect(
        
IPEndPoint 
endPoint,
        
ulong 
handle,
        
bool 
setDefault,
        
string 
seedcaps
)
Parameters
endPoint ( IPEndPoint)
IP address and port to connect to
handle ( UInt64)
Handle for this simulator, to identify its location in the grid
setDefault ( Boolean)
Whether to set CurrentSim to this new connection, use this if the avatar is moving in to this simulator
seedcaps ( String)
URL of the capabilities server to use for this sim connection
Return Value
A Simulator object on success, otherwise null

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)