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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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