Method | Description | |
---|---|---|
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.
|
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 |
return | System.Collections |
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 | |
return | System.Collections |
public Remove ( string capsName ) : void | ||
capsName | string | name of the capability of the cap /// handler to be removed |
return | void |