WCF, 4.0, Bidirectional...
Posted
by TomTom
on Stack Overflow
See other posts from Stack Overflow
or by TomTom
Published on 2010-05-07T07:05:17Z
Indexed on
2010/05/09
16:58 UTC
Read the original article
Hit count: 378
...what options are there now with .NET 4.0, in a way that does support NAT for the client side (i.e. client behind NAT).
I would prefer to use something HTTP based, but that is a weak condition - I think mid term I will have some non http communication outside WCF anyway, so proxy traversal is something I could delay.
Pre .NET 4.0 there was the issue that basically the server->client channel would be opened from the server, which made NAT something non-traversable.
Polling is not acceptable - we talk time sensitive information here.
So, what are my options now?
© Stack Overflow or respective owner