C# 클래스 OpenMetaverse.RegistrationApi

파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs

공개 메소드들

메소드 설명
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