【发布时间】:2012-10-19 07:28:20
【问题描述】:
我尝试使用可移植.net assembly 中的辅助类从持久WCF service 获取instanceId。
要检索 id,我需要调用:
IClientChannel.GetProperty<IContextManager>()...
但 IContextManager 不包含在可移植类库中:
如何在可移植类库中检索 instanceId?
【问题讨论】:
标签: c# .net wcf portable-class-library