[MonoTouch] Change url of webreference

Robert Jordan robertj at gmx.net
Sun Oct 23 07:37:08 EDT 2011


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



More information about the MonoTouch mailing list