Category "wcf"

How do I solve SecurityNegotiationException and InvalidCredentialException in WCF

So I've written a small game and wish for the game to be playable over the internet. I've been testing the game just through localhost using these configs: Cl

WCF client exception: Unrecognized message version

I hit this error today when deploying a WCF client to QA: System.ServiceModel.CommunicationException: Unrecognized message version. In Fiddler I noticed t

What's the best way to cancel an asynchronous WCF request?

(Assuming a WCF method called "MyFunction") Currently, to support canceling a WCF request, I'm using the BeginMyFunction/EndMyFunction methods generated by svc