예제 #1
0
 public XmlRpcHttpRequestHandler(bool final)
 {
     _invoker = new XmlRpcInvoker(this);
     _final   = final;
 }
		public XmlRpcHttpRequestHandler(bool final)
		{
			_invoker = new XmlRpcInvoker(this);
			_final = final;
		}