I found you can do it with the following code:
var context = OperationContext.Current; var requestedUrl = context.IncomingMessageHeaders.To.PathAndQuery;
So there you are... enjoy.
A blog about Microsoft's web development technologies written by a Brit.
Mainly ASP.NET MVC C# Entity Framework Azure Visual Studio and SQL
var context = OperationContext.Current; var requestedUrl = context.IncomingMessageHeaders.To.PathAndQuery;

Thanks!
ReplyDeletetnx for the post, it help a lot..Cloud Computing
ReplyDelete