Reputation: 90475
Inside the WCF service implementation I need to get the service address. Is this possible?
Upvotes: 0
Views: 231
Reputation: 13849
Maybe OperationContext.Current.EndpointDispatcher.EndpointAddress
might have the info you're looking for.
Upvotes: 2