Метод | Описание | |
---|---|---|
CreateRequest ( IRequest request, string operationName ) : object | ||
GetResponse ( IRequest httpReq, object request ) : object | ||
ProcessRequest ( IRequest httpReq, IResponse httpRes, string operationName ) : void | ||
RazorHandler ( string pathInfo ) : System.Net |
public CreateRequest ( IRequest request, string operationName ) : object | ||
request | IRequest | |
operationName | string | |
Результат | object |
public GetResponse ( IRequest httpReq, object request ) : object | ||
httpReq | IRequest | |
request | object | |
Результат | object |
public ProcessRequest ( IRequest httpReq, IResponse httpRes, string operationName ) : void | ||
httpReq | IRequest | |
httpRes | IResponse | |
operationName | string | |
Результат | void |
public RazorHandler ( string pathInfo ) : System.Net | ||
pathInfo | string | |
Результат | System.Net |