I have a WCF host that listen to a topic and process incoming messages. the code look this: using (ServiceHost host = new ServiceHost(MessagingServiceType))
I\'m running a WCF service hosted by a windows service (calling from a asp.net site). When I get a timeout (because the sendTimeout attribute has been exceeded) while calling through a \"BasicHttp\"
Does anyone know how to get access to request HTTP headers within MessageEncoder.ReadMessage method? It seems that WCF already \"knows\" request headers at t开发者_JS百科he point of invoking ReadMessa
I ha开发者_如何转开发ve an ASMX webservice that returns XElement - (not an .svc WCF service) When consuming the service in Silverlight the client that is generated uses XElement as I want.
I\'m trying to make an Address control that has an IsReadOnly property, which will make every TextBox inside read only when set to true.
I recently made a change to a working web application with a wcf service in it. After publishing the thing I get errorSecurity settings for this service require \'Anonymous\' Authentication but it is
WCF binding chooser algorithm I have watched a speak at a TechEd conference that showed a simple algorithm for choosing a WCF binding. I can\'t find this algorithm but I remember some of the main ide
Does WCF Polling Duplex Binding exist for non Silverlight 开发者_C百科clients?I think you have to implement your own Binding.You can find a AJAX sample here http://tomasz.janczuk.org/2009/09/scale-out
How to ensure that the WCF ChannelFactory uses Binding settings in xml configuration (MaxArrayLength is ignored)
I\'m writing a Silverlight application. I want a Listbox that displays the rows vertically. Then for each row there should be a header column on the row and then a horizontal list of panels. I have th