메소드 | 설명 | |
---|---|---|
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 |