/[dgee]/dgee/cslib/DotGNU/DGEE/Protocols/XmlRpc/XmlRpcRequestHandler.cs
ViewVC logotype

Diff of /dgee/cslib/DotGNU/DGEE/Protocols/XmlRpc/XmlRpcRequestHandler.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.2 by npg, Tue Jul 8 17:36:54 2003 UTC revision 1.1.2.2.2.1 by npg, Tue Jul 22 10:46:30 2003 UTC
# Line 32  namespace DotGNU.DGEE.Protocols.XmlRpc Line 32  namespace DotGNU.DGEE.Protocols.XmlRpc
32    {    {
33      private XmlRpcReader reader;      private XmlRpcReader reader;
34            
     public String MethodName  
     {  
       get {  
         return reader.Request.Method;  
       }  
     }  
   
35      /// <summary>      /// <summary>
36      ///   Implements the IWebServiceRequestHandler.Run method      ///   Implements the IWebServiceRequestHandler.Run method
37      /// </summary>      /// </summary>
38      public void ParseRequest( String request ) {      public void ParseRequest( String request ) {
39        reader = new XmlRpcReader( request );        reader = new XmlRpcReader( request );
40        Console.Out.WriteLine( "MethodName: {0}", MethodName );        //Console.Out.WriteLine( "MethodName: {0}", MethodName );
41      }          }    
42    }    }
43  }  }

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.2.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26