C# 클래스 CookComputing.XmlRpc.XmlRpcHttpServerProtocol

상속: XmlRpcServerProtocol, IHttpRequestHandler
파일 보기 프로젝트 열기: bricel/DrutNet

공개 메소드들

메소드 설명
HandleHttpRequest ( IHttpRequest httpReq, IHttpResponse httpResp ) : void

보호된 메소드들

메소드 설명
HandleGET ( IHttpRequest httpReq, IHttpResponse httpResp, bool autoDocVersion ) : void
HandleUnsupportedMethod ( IHttpRequest httpReq, IHttpResponse httpResp ) : void

메소드 상세

HandleGET() 보호된 메소드

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

HandleHttpRequest() 공개 메소드

public HandleHttpRequest ( IHttpRequest httpReq, IHttpResponse httpResp ) : void
httpReq IHttpRequest
httpResp IHttpResponse
리턴 void

HandleUnsupportedMethod() 보호된 메소드

protected HandleUnsupportedMethod ( IHttpRequest httpReq, IHttpResponse httpResp ) : void
httpReq IHttpRequest
httpResp IHttpResponse
리턴 void