Метод | Описание | |
---|---|---|
CreateRequest ( IHttpRequest request, string operationName ) : object | ||
GetRequest ( IHttpRequest httpReq, string operationName ) : object | ||
GetResponse ( IHttpRequest httpReq, object request ) : object | ||
GetStreamSerializer ( string contentType ) : StreamSerializerDelegate | ||
ProcessRequest ( IHttpRequest httpReq, IHttpResponse httpRes, string operationName ) : void |
Метод | Описание | |
---|---|---|
GenericHandler ( string contentType, EndpointAttributes handlerAttributes ) : System |
public CreateRequest ( IHttpRequest request, string operationName ) : object | ||
request | IHttpRequest | |
operationName | string | |
Результат | object |
protected GenericHandler ( string contentType, EndpointAttributes handlerAttributes ) : System | ||
contentType | string | |
handlerAttributes | EndpointAttributes | |
Результат | System |
public GetRequest ( IHttpRequest httpReq, string operationName ) : object | ||
httpReq | IHttpRequest | |
operationName | string | |
Результат | object |
public GetResponse ( IHttpRequest httpReq, object request ) : object | ||
httpReq | IHttpRequest | |
request | object | |
Результат | object |
public GetStreamSerializer ( string contentType ) : StreamSerializerDelegate | ||
contentType | string | |
Результат | StreamSerializerDelegate |
public ProcessRequest ( IHttpRequest httpReq, IHttpResponse httpRes, string operationName ) : void | ||
httpReq | IHttpRequest | |
httpRes | IHttpResponse | |
operationName | string | |
Результат | void |