How to get the called address with WCF from inside the service method implementation?
Ins开发者_高级运维ide the WCF service implementation I need to get the service address. Is this possible?
Maybe OperationContext.Current.EndpointDispatcher.EndpointAddress
might have the info you're looking for.
精彩评论