OpenMetaverse Protocol Library Developers API Documentation
LoginParams Class
NamespacesOpenMetaverseLoginParams
Login Request Parameters
Declaration Syntax
C#
public 
class 
LoginParams
Members
All Members Constructors Fields



Icon Member Description
LoginParams () () () ()
Default constuctor, initializes sane default values

LoginParams(GridClient, String, String, String, String, String)
Instantiates new LoginParams object and fills in the values

LoginParams(GridClient, String, String, String, String, String, String)
Instantiates new LoginParams object and fills in the values

AgreeToTos
If true, this agent agrees to the Terms of Service of the grid its connecting to

Author
A string representing the software creator. This is not directly sent to the login server but is used by the library to generate the Version information

Channel
A string containing the client software channel information

FirstName
The Agents First name

ID0
A string hash of the first disk drives ID used to identify this clients uniqueness

LastExecEvent
Status of the last application run sent to the grid login server for statistical purposes

LastName
The Agents Last name

MAC
A string hash of the network cards Mac Address

MethodName
The request method

Options
An array of string sent to the login server to enable various options

Password
A md5 hashed password

Platform
A string containing the platform information the agent is running on

ReadCritical
Unknown

Start
The agents starting location once logged in

Timeout
The number of milliseconds to wait before a login is considered failed due to timeout

URI
The URL of the Login Server

UserAgent
A string containing the viewers Software, this is not directly sent to the login server but instead is used to generate the Version string

Version
The client software version information

ViewerDigest
Unknown or deprecated

Inheritance Hierarchy
Object
LoginParams

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