Closed GoogleCodeExporter closed 9 years ago
Hi,
in fact, it's very easy.
Public Interface IWordTracker
Inherits IXmlRpcProxy
<XmlRpcMethod("HelloWorld")> _
Function HelloWorld()
End Interface
Public Sub Test(ByVal url as String)
Dim WordTracker As IWordTracker = CType(XmlRpcProxyGen.Create(GetType(IWordTracker)), IWordTracker)
WordTracker.Url = url
MessageBox.Show(WordTracker.HelloWorld())
End Sub
Use a translate tool to translate vb.net to c#.
Original comment by kelln...@gmail.com
on 13 Jul 2010 at 3:01
Functionality to handle this exists already.
Original comment by ChasC...@gmail.com
on 7 Aug 2010 at 2:01
Original issue reported on code.google.com by
ebh...@gmail.com
on 9 Mar 2010 at 4:19