C# 클래스 Universe.Services.StatsModule

상속: ICapsServiceConnector
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

공개 메소드들

메소드 설명
DeregisterCaps ( ) : void
EnteringRegion ( ) : void
RegisterCaps ( IRegionClientCapsService service ) : void
ViewerStatsReport ( string path, Stream request, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[]

Callback for a viewerstats cap

메소드 상세

DeregisterCaps() 공개 메소드

public DeregisterCaps ( ) : void
리턴 void

EnteringRegion() 공개 메소드

public EnteringRegion ( ) : void
리턴 void

RegisterCaps() 공개 메소드

public RegisterCaps ( IRegionClientCapsService service ) : void
service IRegionClientCapsService
리턴 void

ViewerStatsReport() 공개 메소드

Callback for a viewerstats cap
public ViewerStatsReport ( string path, Stream request, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[]
path string
request System.IO.Stream
httpRequest Universe.Framework.Servers.HttpServer.Implementation.OSHttpRequest
httpResponse Universe.Framework.Servers.HttpServer.Implementation.OSHttpResponse
리턴 byte[]