C# 클래스 OpenSim.Framework.Capabilities.CapsHandlers

CapsHandlers is a cap handler container but also takes care of adding and removing cap handlers to and from the supplied BaseHttpServer.
파일 보기 프로젝트 열기: N3X15/VoxelSim 1 사용 예제들

공개 메소드들

메소드 설명
CapsHandlers ( OpenSim.Framework.Servers.HttpServer.BaseHttpServer httpListener, string httpListenerHostname, uint httpListenerPort ) : System.Collections

CapsHandlers ( IHttpServer httpListener, string httpListenerHostname, uint httpListenerPort, bool https ) : System.Collections

ContainsCap ( string cap ) : bool
Remove ( string capsName ) : void

Remove the cap handler for a capability.

this ( string idx ) : IRequestHandler

The indexer allows us to treat the CapsHandlers object in an intuitive dictionary like way.

메소드 상세

CapsHandlers() 공개 메소드

public CapsHandlers ( OpenSim.Framework.Servers.HttpServer.BaseHttpServer httpListener, string httpListenerHostname, uint httpListenerPort ) : System.Collections
httpListener OpenSim.Framework.Servers.HttpServer.BaseHttpServer base HTTP server
httpListenerHostname string host name of the HTTP /// server
httpListenerPort uint HTTP port
리턴 System.Collections

CapsHandlers() 공개 메소드

public CapsHandlers ( IHttpServer httpListener, string httpListenerHostname, uint httpListenerPort, bool https ) : System.Collections
httpListener IHttpServer base HTTP server
httpListenerHostname string host name of the HTTP /// server
httpListenerPort uint HTTP port
https bool
리턴 System.Collections

ContainsCap() 공개 메소드

public ContainsCap ( string cap ) : bool
cap string
리턴 bool

Remove() 공개 메소드

Remove the cap handler for a capability.
public Remove ( string capsName ) : void
capsName string name of the capability of the cap /// handler to be removed
리턴 void

this() 공개 메소드

The indexer allows us to treat the CapsHandlers object in an intuitive dictionary like way.
public this ( string idx ) : IRequestHandler
idx string
리턴 IRequestHandler