C# Класс OpenSim.Services.RegApiHTTPHandler

Наследование: OpenSim.Framework.Servers.HttpServer.BaseStreamHandler
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
m_lastNameRegistry string>.Dictionary

Защищенные свойства (Protected)

Свойство Тип Описание
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, UserAccount account ) : void
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[]

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

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

public Handle ( string path, Stream requestData, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[]
path string
requestData Stream
httpRequest OSHttpRequest
httpResponse OSHttpResponse
Результат byte[]

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

public RegApiHTTPHandler ( IRegistryCore reg, IHttpServer s ) : System
reg IRegistryCore
s IHttpServer
Результат System

Описание свойств

m_lastNameRegistry публичное свойство

public Dictionary m_lastNameRegistry
Результат string>.Dictionary

m_registry защищенное свойство

protected IRegistryCore m_registry
Результат IRegistryCore

m_server защищенное свойство

protected IHttpServer m_server
Результат IHttpServer