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