On 23.10.2011 13:25, Andreas Ploetzeneder wrote:
> hi,
> how can i programatically change the url of a webreference during runtime

var srv = new SomeWebReference();
srv.Url = "http://another.uri.comes.here";;

Robert

_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to