Метод | Описание | |
---|---|---|
GetHandler ( |
Returns an instance of a class that implements the
|
|
MonoRailHttpHandlerFactory ( ) : System |
Initializes a new instance of the MonoRailHttpHandlerFactory class.
|
|
ReleaseHandler ( IHttpHandler handler ) : void |
Enables a factory to reuse an existing handler instance.
|
Метод | Описание | |
---|---|---|
CreateLogger ( String name, IServiceProvider provider ) : ILogger |
This might be subject to race conditions, but I'd rather take the risk - which in the end means just replacing the instance - than creating locks that will affect every single request
|
|
ObtainMonoRailHandler ( IRailsEngineContext mrContext ) : IHttpHandler | ||
ObtainMonoRailHandlerProvider ( IRailsEngineContext mrContext ) : IMonoRailHttpHandlerProvider |
public GetHandler ( |
||
context | An instance of the |
|
requestType | String | The HTTP data transfer method (GET or POST) that the client uses. |
url | String | The |
pathTranslated | String | The |
Результат | IHttpHandler |
public MonoRailHttpHandlerFactory ( ) : System | ||
Результат | System |
public ReleaseHandler ( IHttpHandler handler ) : void | ||
handler | IHttpHandler | The |
Результат | void |