I have a WCF service embedded into windows service. It\'s bind to localhost but it also accepts connection from this kind of URL - \"http://ip:port/ServiceName\", how can i hide it from others and all
Never had pr开发者_运维百科oblems before but after upgrading to .NET 4, I am getting \"Access is Denied\" when trying to invoke a WCF method over HTTPS.If I use HTTP instead of HTTPS, everything works
Is it possible to restrict a method in WCFService to only respond to a particular endpoint? e.g. I have a service that has multiple methods, one of which will be receiving a file.
We\'ve created a WCF service that is hosted as a Windows Service.Our service is installed with our application on a computer, and it will never be accessed remotely from other clients.So, we\'ve desig
I have a wcf duplex service with work fine in silverlight. but the same service I want to consume in windows console application. My code as follow:
H开发者_C百科ow can I expose a WCF service so that one client using wsHttp bindings and another client using netTcp bindings can both use the service?It\'s all a configuration thing - when you define
By default there is no data security in basicHttpBinding, so how to check it ? we want to check that by defa开发者_运维技巧ult in basicHttpBinding when client gets response from wcf then data travel
I have a WCF REST Service: [ServiceContract] public IService { [WebGet] [OperationContract] Data GetData(UserInfo userInfo);
I have created a workflowservice in .net 4.0 I am trying to secure this (WCF) service and used the following link to see how this is done.
I\'m getting the following error in my WCF project: \"An unhandled exception of type \'System.InvalidOperationException\' occurred in System.ServiceModel.dll