OpenMetaverse Protocol Library Developers API Documentation
Login Method (firstName, lastName, password, channel, start, version)
NamespacesOpenMetaverseNetworkManagerLogin(String, String, String, String, String, String)
Simplified login that takes the most common fields along with a starting location URI, and can accept an MD5 string instead of a plaintext password
Declaration Syntax
C#
public 
bool 
Login(
        
string 
firstName,
        
string 
lastName,
        
string 
password,
        
string 
channel,
        
string 
start,
        
string 
version
)
Parameters
firstName ( String)
Account first name
lastName ( String)
Account last name
password ( String)
Account password or MD5 hash of the password such as $1$1682a1e45e9f957dcdf0bb56eb43319c
channel ( String)
Client application name (channel)
start ( String)
Starting location URI that can be built with StartLocation()
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)