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

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

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

revision 1.1.4.2 by csmith, Tue Oct 28 00:33:03 2003 UTC revision 1.1.4.3 by csmith, Tue Oct 28 00:34:37 2003 UTC
# Line 94  namespace DotGNU.XmlRpc Line 94  namespace DotGNU.XmlRpc
94                          XmlRpcMethod method = new XmlRpcMethod( method_name );                          XmlRpcMethod method = new XmlRpcMethod( method_name );
95    
96                          foreach( object obj in args) {                          foreach( object obj in args) {
 Console.WriteLine( "Add {0} = {1}", obj.GetType(), obj );  
97                             method.Add( obj );                             method.Add( obj );
98              }              }
99    
# Line 128  Console.WriteLine( "Add {0} = {1}", obj. Line 127  Console.WriteLine( "Add {0} = {1}", obj.
127                          MethodResponseFormatter response = new MethodResponseFormatter();                          MethodResponseFormatter response = new MethodResponseFormatter();
128                          XmlRpcResponse r = (XmlRpcResponse)response.Deserialize( ns );                          XmlRpcResponse r = (XmlRpcResponse)response.Deserialize( ns );
129    
130  Console.WriteLine( "Hmm: {0}", r.ToString() );  //Console.WriteLine( "Hmm: {0}", r.ToString() );
131                          return r.ToArray();                          return r.ToArray();
132                  }                  }
133          }          }

Legend:
Removed from v.1.1.4.2  
changed lines
  Added in v.1.1.4.3

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