Top "Wcfserviceclient" questions

Cannot implicitly convert type 'System.Threading.Tasks.Task<String> to 'string'

I have a WCF Service with the method to return a string. WCF Service : public string selectName(int input) { string …

c# sql win-universal-app wcfserviceclient
WCF set Endpoint and Binding dynamically in code

Yes, I've read the other questions on SO, MSDN, and other sites, but I found no answers as clear as …

wcf web-services silverlight-4.0 webservice-client wcfserviceclient
WCF service self hosting with https

Currenlty there is a Wcf service hosted as windows service in one of our client side machine, actually currently this …

wcf ssl windows-services client-certificates wcfserviceclient
Unity + C# - "Resolution of the dependency failed"

My application have a 10 WCFService ( WCFService Application on platform .NET Framework 3.5) with same software and hardware but only 1 takes this …

c# .net unity-container wcfserviceclient
WCF Client freezes when calling method from Service

I have this strange problem where my client will hang when it calls a method from my WCF Service. Now …

wcf wcf-client wcfserviceclient