OpenMetaverse Protocol Library Developers API Documentation
LoginParams Constructor (client, firstName, lastName, password, channel, version)
NamespacesOpenMetaverseLoginParamsLoginParams(GridClient, String, String, String, String, String)
Instantiates new LoginParams object and fills in the values
Declaration Syntax
C#
public 
LoginParams(
        
GridClient 
client,
        
string 
firstName,
        
string 
lastName,
        
string 
password,
        
string 
channel,
        
string 
version
)
Parameters
client ( GridClient)
Instance of GridClient to read settings from
firstName ( String)
Login first name
lastName ( String)
Login last name
password ( String)
Password
channel ( String)
Login channnel (application name)
version ( String)
Client version, should be application name + version number

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