Method | Description | |
---|---|---|
GetBaseUrl ( ) : string | ||
GetHandler ( |
||
GetHandler ( IHttpRequest httpReq ) : IHttpHandler | ||
GetHandlerForPathInfo ( string httpMethod, string pathInfo, string requestPath, string filePath ) : IHttpHandler | ||
ReleaseHandler ( IHttpHandler handler ) : void | ||
ShouldAllow ( string filePath ) : bool |
Method | Description | |
---|---|---|
GetCatchAllHandlerIfAny ( string httpMethod, string pathInfo, string filePath ) : IHttpHandler | ||
HttpHandlerFactory ( ) : System | ||
ReturnDefaultHandler ( IHttpRequest httpReq ) : IHttpHandler | ||
ReturnRequestInfo ( IHttpRequest httpReq ) : IHttpHandler | ||
SetApplicationBaseUrl ( string absoluteUrl ) : void |
public GetHandler ( |
||
ctx | ||
requestType | string | |
url | string | |
pathTranslated | string | |
return | IHttpHandler |
public static GetHandler ( IHttpRequest httpReq ) : IHttpHandler | ||
httpReq | IHttpRequest | |
return | IHttpHandler |
public static GetHandlerForPathInfo ( string httpMethod, string pathInfo, string requestPath, string filePath ) : IHttpHandler | ||
httpMethod | string | |
pathInfo | string | |
requestPath | string | |
filePath | string | |
return | IHttpHandler |
public ReleaseHandler ( IHttpHandler handler ) : void | ||
handler | IHttpHandler | |
return | void |
public static ShouldAllow ( string filePath ) : bool | ||
filePath | string | |
return | bool |