C# 클래스 OpenSim.Server.Handlers.Login.LLLoginHandlers

파일 보기 프로젝트 열기: N3X15/VoxelSim 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
FailedOSDResponse ( ) : OSD
FailedXMLRPCResponse ( ) : Nwc.XmlRpc.XmlRpcResponse

메소드 상세

HandleLLSDLogin() 공개 메소드

public HandleLLSDLogin ( OSD request, IPEndPoint remoteClient ) : OSD
request OSD
remoteClient System.Net.IPEndPoint
리턴 OSD

HandleXMLRPCLogin() 공개 메소드

public HandleXMLRPCLogin ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse
request Nwc.XmlRpc.XmlRpcRequest
remoteClient System.Net.IPEndPoint
리턴 Nwc.XmlRpc.XmlRpcResponse

HandleXMLRPCSetLoginLevel() 공개 메소드

public HandleXMLRPCSetLoginLevel ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse
request Nwc.XmlRpc.XmlRpcRequest
remoteClient System.Net.IPEndPoint
리턴 Nwc.XmlRpc.XmlRpcResponse

LLLoginHandlers() 공개 메소드

public LLLoginHandlers ( ILoginService service, bool hasProxy ) : System
service ILoginService
hasProxy bool
리턴 System