![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br>
|
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 | ||
|
Guest
Posts: n/a
|
I want to dynamically create a proxy. I have an assembly and a string
(e.g. "IService") of contract (interface) in this assembly. I can get a variable of type Type of interface which is a contract for a service. Beacuse i get this at run-time, i can't use generic ChannelFactory like this: IServiceBase mProxy = ChannelFactory<IService>.CreateChannel(lNetTcpBinding, lEndpointAddress); (IService inherit from IserviceBase) My question is how can I dynamically create mProxy for that service? Thanks. |
||
|
|
|
|