Method | Description | |
---|---|---|
HandleHttpRequest ( IHttpRequest httpReq, IHttpResponse httpResp ) : void |
Method | Description | |
---|---|---|
HandleGET ( IHttpRequest httpReq, IHttpResponse httpResp, bool autoDocVersion ) : void | ||
HandleUnsupportedMethod ( IHttpRequest httpReq, IHttpResponse httpResp ) : void |
protected HandleGET ( IHttpRequest httpReq, IHttpResponse httpResp, bool autoDocVersion ) : void | ||
httpReq | IHttpRequest | |
httpResp | IHttpResponse | |
autoDocVersion | bool | |
return | void |
public HandleHttpRequest ( IHttpRequest httpReq, IHttpResponse httpResp ) : void | ||
httpReq | IHttpRequest | |
httpResp | IHttpResponse | |
return | void |
protected HandleUnsupportedMethod ( IHttpRequest httpReq, IHttpResponse httpResp ) : void | ||
httpReq | IHttpRequest | |
httpResp | IHttpResponse | |
return | void |