I am currently building my XML-RPC using (xml-rpc.net) interfaces statically with the following statement:
[XmlRpcUrl("http://dillieodigital.wordpress.com/xmlrpc.php")] public interface ICSBlog : IMetaWeblog { }
However, I would like to specify the URL of the service at runtime, so I can dynamically switch to different services as needed.
How can I do it?
url dynamic interface xml-rpc configuration
Dillie-o
source share