WCF ChannelFactory vs generating proxy

Posted by Allen Ho on Stack Overflow See other posts from Stack Overflow or by Allen Ho
Published on 2009-11-08T23:16:08Z Indexed on 2010/04/06 8:03 UTC
Read the original article Hit count: 490

Filed under:
|
|

Hi,

Just wondering under what circumstances would you prefer to generate a proxy from a WCF service when you can just invoke calls using the ChannelFactory?

This way you wont have to generate a proxy and worry about regenerating a proxy whne the server is updated?

Thanks

© Stack Overflow or respective owner

Related posts about wcf

Related posts about proxy