OpenMetaverse Protocol Library Developers API Documentation
Login Method (loginParams)
NamespacesOpenMetaverseNetworkManagerLogin(LoginParams)
Login that takes a struct of all the values that will be passed to the login server
Declaration Syntax
C#
public 
bool 
Login(
        
LoginParams 
loginParams
)
Parameters
loginParams ( LoginParams)
The values that will be passed to the login server, all fields must be set even if they are String.Empty
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)