C# Class CookComputing.XmlRpc.XmlRpcHttpServerProtocol

Inheritance: XmlRpcServerProtocol, IHttpRequestHandler
Mostra file Open project: bricel/DrutNet

Public Methods

Method Description
HandleHttpRequest ( IHttpRequest httpReq, IHttpResponse httpResp ) : void

Protected Methods

Method Description
HandleGET ( IHttpRequest httpReq, IHttpResponse httpResp, bool autoDocVersion ) : void
HandleUnsupportedMethod ( IHttpRequest httpReq, IHttpResponse httpResp ) : void

Method Details

HandleGET() protected method

protected HandleGET ( IHttpRequest httpReq, IHttpResponse httpResp, bool autoDocVersion ) : void
httpReq IHttpRequest
httpResp IHttpResponse
autoDocVersion bool
return void

HandleHttpRequest() public method

public HandleHttpRequest ( IHttpRequest httpReq, IHttpResponse httpResp ) : void
httpReq IHttpRequest
httpResp IHttpResponse
return void

HandleUnsupportedMethod() protected method

protected HandleUnsupportedMethod ( IHttpRequest httpReq, IHttpResponse httpResp ) : void
httpReq IHttpRequest
httpResp IHttpResponse
return void