C# Class OpenSim.Server.Handlers.Login.LLLoginHandlers

Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Méthode Description
HandleLLSDLogin ( OSD request, IPEndPoint remoteClient ) : OSD
HandleXMLRPCLogin ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse
HandleXMLRPCSetLoginLevel ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse
LLLoginHandlers ( ILoginService service, bool hasProxy ) : System

Private Methods

Méthode Description
FailedOSDResponse ( ) : OSD
FailedXMLRPCResponse ( ) : Nwc.XmlRpc.XmlRpcResponse

Method Details

HandleLLSDLogin() public méthode

public HandleLLSDLogin ( OSD request, IPEndPoint remoteClient ) : OSD
request OSD
remoteClient System.Net.IPEndPoint
Résultat OSD

HandleXMLRPCLogin() public méthode

public HandleXMLRPCLogin ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse
request Nwc.XmlRpc.XmlRpcRequest
remoteClient System.Net.IPEndPoint
Résultat Nwc.XmlRpc.XmlRpcResponse

HandleXMLRPCSetLoginLevel() public méthode

public HandleXMLRPCSetLoginLevel ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse
request Nwc.XmlRpc.XmlRpcRequest
remoteClient System.Net.IPEndPoint
Résultat Nwc.XmlRpc.XmlRpcResponse

LLLoginHandlers() public méthode

public LLLoginHandlers ( ILoginService service, bool hasProxy ) : System
service ILoginService
hasProxy bool
Résultat System