Ejemplo n.º 1
0
 private void CreateRPCProxy(Uri rpcEndpoint)
 {
     this._proxy = XmlRpcProxyGen.Create<IWordpressProxy>();
     this._proxy.Url = rpcEndpoint.ToString();
 }
Ejemplo n.º 2
0
 private void CreateRPCProxy(Uri rpcEndpoint)
 {
     this._proxy     = XmlRpcProxyGen.Create <IWordpressProxy>();
     this._proxy.Url = rpcEndpoint.ToString();
 }