OpenMetaverse Protocol Library Developers API Documentation
Login Method (firstName, lastName, password, channel, version)
NamespacesOpenMetaverseNetworkManagerLogin(String, String, String, String, String)
Simplified login that takes the most common and required fields
Declaration Syntax
C#
public 
bool 
Login(
        
string 
firstName,
        
string 
lastName,
        
string 
password,
        
string 
channel,
        
string 
version
)
Parameters
firstName ( String)
Account first name
lastName ( String)
Account last name
password ( String)
Account password
channel ( String)
Client application name (channel)
version ( String)
Client application name + version
Return Value
Whether the login was successful or not. On failure the LoginErrorKey string will contain the error code and LoginMessage will contain a description of the error

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