/[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 by npg, Sun Jul 20 11:43:01 2003 UTC revision 1.1.2.1.2.1 by npg, Mon Jul 21 19:51:46 2003 UTC
# Line 29  namespace DotGNU.XmlRpc Line 29  namespace DotGNU.XmlRpc
29    public class XmlRpcMethod    public class XmlRpcMethod
30    {    {
31      protected String name;  // Name of method being called      protected String name;  // Name of method being called
32      protected IList  parameters = new ArrayList(); // List of parameters being passed      protected IList parameters = new ArrayList(); // List of parameters being passed
33            
34      public XmlRpcMethod()      public XmlRpcMethod()
35      {      {
# Line 59  namespace DotGNU.XmlRpc Line 59  namespace DotGNU.XmlRpc
59    
60      public override string ToString()      public override string ToString()
61      {      {
62        string s = String.Format( "XmlRpcMethod: name='{0}', parameters='{1}'", name, parameters.Count );        string s = String.Format( "XmlRpcMethod: name='{0}' parameter count='{1}'", name, parameters.Count );
63        return s;        return s;
64      }      }
65    }    }

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

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