Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
GenericHandler ( string contentType, EndpointAttributes handlerAttributes ) : System |
public CreateRequest ( IHttpRequest request, string operationName ) : object | ||
request | IHttpRequest | |
operationName | string | |
return | object |
protected GenericHandler ( string contentType, EndpointAttributes handlerAttributes ) : System | ||
contentType | string | |
handlerAttributes | EndpointAttributes | |
return | System |
public GetRequest ( IHttpRequest httpReq, string operationName ) : object | ||
httpReq | IHttpRequest | |
operationName | string | |
return | object |
public GetResponse ( IHttpRequest httpReq, object request ) : object | ||
httpReq | IHttpRequest | |
request | object | |
return | object |
public GetStreamSerializer ( string contentType ) : StreamSerializerDelegate | ||
contentType | string | |
return | StreamSerializerDelegate |
public ProcessRequest ( IHttpRequest httpReq, IHttpResponse httpRes, string operationName ) : void | ||
httpReq | IHttpRequest | |
httpRes | IHttpResponse | |
operationName | string | |
return | void |