Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / .NET

Request.Uri equivalent in WCF

0.00/5 (No votes)
23 Jul 2010CPOL 15.6K  
Request.Uri equivalent in WCF is OperationContext.Current.IncomingMessageHeaders.To.

So suppose one needs PathAndQuery or AbsoluteUri or similar kind of properties in WCF, then he can use this to get these useful properties.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)