C# Класс OpenMetaverse.RegistrationApi

Показать файл Открыть проект

Открытые методы

Метод Описание
CheckName ( string firstName, LastName lastName ) : bool
CreateUser ( CreateUserParam user ) : UUID

Returns the new user ID or throws an exception containing the error code The error codes can be found here: https://wiki.secondlife.com/wiki/RegAPIError

GatherLastNames ( ) : void
RegistrationApi ( string firstName, string lastName, string password ) : System
WaitForInitialization ( ) : void

Приватные методы

Метод Описание
CheckNameResponse ( OpenMetaverse.Capabilities.CapsClient client, OSD response, Exception error ) : void
CreateUserResponse ( OpenMetaverse.Capabilities.CapsClient client, OSD response, Exception error ) : void
GatherCaps ( ) : void
GatherCapsResponse ( OpenMetaverse.Capabilities.CapsClient client, OSD response, Exception error ) : void
GatherErrorMessages ( ) : void
GatherErrorMessagesResponse ( OpenMetaverse.Capabilities.CapsClient client, OSD response, Exception error ) : void
GatherLastNamesResponse ( OpenMetaverse.Capabilities.CapsClient client, OSD response, Exception error ) : void

Описание методов

CheckName() публичный Метод

public CheckName ( string firstName, LastName lastName ) : bool
firstName string
lastName LastName
Результат bool

CreateUser() публичный Метод

Returns the new user ID or throws an exception containing the error code The error codes can be found here: https://wiki.secondlife.com/wiki/RegAPIError
public CreateUser ( CreateUserParam user ) : UUID
user CreateUserParam New user account to create
Результат UUID

GatherLastNames() публичный Метод

public GatherLastNames ( ) : void
Результат void

RegistrationApi() публичный Метод

public RegistrationApi ( string firstName, string lastName, string password ) : System
firstName string
lastName string
password string
Результат System

WaitForInitialization() публичный Метод

public WaitForInitialization ( ) : void
Результат void