Seldon

Seldon
- Name: [not set]
- Favorite Languages: [not set]
- Website: [not set]
- Location: [not set]
- About Me: [not set]
-
WCF Tutorial - Events and Callbacks
02/15/2010 - 11:27
Thanks so much - these were very helpful. Re: using NetTcpBinding, I found it would not work over the internet until I added a securitymode for it in the constructor in both the client and server. Otherwise I was getting 'connection actively refused' in the client when the callback code fired on the server.
new NetTcpBinding(SecurityMode.None),
Recent Comments