标签: c# wcf
我有一个在Web类型容器(IIS等)中运行的WCF服务(A)。我需要将此服务(A)的端点地址/ URL发送到另一个服务(B)。服务(A)通过web.config和system.serviceModel标记配置。如何在c#中找到服务(A)的端点地址/ URL。
答案 0 :(得分:10)
您是否看过OperationContext.Current.EndpointDispatcher.EndpointAddress
OperationContext.Current.EndpointDispatcher.EndpointAddress
From MSDN Documentation:
获取端点的地址。