custom-binding
WCF with custombinding on both http and https
I have a WCF service with custombinding and it is working fine on either http or https. But I have totally no idea about how can I make it available on both http and https?[详细]
2023-03-10 01:47 分类:问答How to set up bindings in webconfig to enable streaming in RESTful WCF service
I have a RESTful service which I\'m trying to enable to accept a PDF file. I\'m using a stream to transport it, but I keep running into mysterious errors in the process.[详细]
2023-03-03 20:20 分类:问答Silverlight WCF Security with Custom Bindings
I have a silverlight app that calls a number of WCF services. The typical bindings for the silver light client looks like this:[详细]
2023-02-20 06:02 分类:问答WCF and custom text encoding - messy business
I have a really weird WCF problem here... We\'re connecting to a crappy third-party web service; it was a nightmare to even get it going, we had to create a custom WCF binding since those guys decide[详细]
2023-02-18 04:03 分类:问答Managaing jQuery custom events
I\'ve done a few hours of additional research but I still can\'t find a good pattern to what I would think is a common problem.[详细]
2023-01-19 19:06 分类:问答Duplex WCF service - Direct call and callback do not use same channel
My goal is to reach a WCF service behind a firewall with no incoming ports opened. The solution I chose is to host a duplex WCF service on the public side, that has as callback the same contract that[详细]
2023-01-09 04:31 分类:问答WCF: programatically configuring the service with certificate
Here\'s the whole issue:I want to create WCF dll to access WCF services.... the only issue is, when I use the WCF DLL config file with an application that has it\'s OWN app.config file, the WCF DLL ap[详细]
2023-01-05 20:53 分类:问答Custom Binding in ASP.NET MVC with naming-conventions
I\'ve got a View where I use a naming-convention on my text-fields, to indicate what should be done with the content once it is posted back to my controller.[详细]
2022-12-14 01:28 分类:问答