/[dgee]/dgee/cslib/DotGNU/XmlRpc/XmlRpcMethod.cs
ViewVC logotype

Diff of /dgee/cslib/DotGNU/XmlRpc/XmlRpcMethod.cs

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

revision 1.1.2.1.2.1 by npg, Mon Jul 21 19:51:46 2003 UTC revision 1.1.2.1.2.2 by npg, Tue Jul 22 10:46:30 2003 UTC
# Line 57  namespace DotGNU.XmlRpc Line 57  namespace DotGNU.XmlRpc
57        }        }
58      }      }
59    
60        public object Invoke()
61        {
62          // Invoke this method and return a boxed result.
63          int i = 5;
64          return i;
65        }
66        
67      public override string ToString()      public override string ToString()
68      {      {
69        string s = String.Format( "XmlRpcMethod: name='{0}' parameter count='{1}'", name, parameters.Count );        string s = String.Format( "XmlRpcMethod: name='{0}' parameter count='{1}'", name, parameters.Count );

Legend:
Removed from v.1.1.2.1.2.1  
changed lines
  Added in v.1.1.2.1.2.2

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