프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_lastNameRegistry | string>.Dictionary |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_registry | IRegistryCore | ||
m_server | IHttpServer |
메소드 | 설명 | |
---|---|---|
Handle ( string path, Stream requestData, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[] | ||
RegApiHTTPHandler ( IRegistryCore reg, IHttpServer s ) : System |
메소드 | 설명 | |
---|---|---|
AddCapsUrls ( OSDMap resp, |
||
AddSpecificUrl ( string type ) : string |
Creates a cap for the given type
|
|
AddUserToGroup ( OSDMap map ) : OSD | ||
CheckName ( OSDMap map ) : OSD | ||
CreateUser ( OSDMap map ) : OSD |
Creates a user TODO: Does not implement the restrict to estate option
|
|
GetErrorCode ( OSDMap map ) : OSD | ||
GetLastNames ( OSDMap map ) : OSD | ||
ProcessLogin ( OSDMap map ) : byte[] |
public Handle ( string path, Stream requestData, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[] | ||
path | string | |
requestData | Stream | |
httpRequest | OSHttpRequest | |
httpResponse | OSHttpResponse | |
리턴 | byte[] |
public RegApiHTTPHandler ( IRegistryCore reg, IHttpServer s ) : System | ||
reg | IRegistryCore | |
s | IHttpServer | |
리턴 | System |