Appfabric WF-WCF services retrive current url in codeactivity
- by tartafe
Hi, i have developed a wf-wcf services with a code activity and in it i want to retrive the current url of the service.
If i disabling the persistence feature of appfabric i can retrive the url using
HttpContext.Current.Request.Url.ToString()
If the persistence feature is enabled the httpcontext is null.
There is a different way to retrive the url of th wcf that host my code activity?
Thanks in advace