OpenMetaverse Protocol Library Developers API Documentation
Connect Method (ip, port, handle, setDefault, seedcaps)
NamespacesOpenMetaverseNetworkManagerConnect(IPAddress, UInt16, UInt64, Boolean, String)
Connect to a simulator
Declaration Syntax
C#
public
Simulator
Connect(

IPAddress
ip,

ushort
port,

ulong
handle,

bool
setDefault,

string
seedcaps
)
Parameters
ip ( IPAddress)
IP address to connect to
port ( UInt16)
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)