channelfactory
Using ChannelFactory<T> To Create Channels with Different Credentials
I am using the ChannelFactory<T> type to create channels into a WsHttpBinding WCF web service, and the service uses a username/password combination to authenticate. While I have the authenticati[详细]
2023-04-12 12:13 分类:问答WCF : Why Creating a ChannelFactory is more consuming that actually create the channels
I understand that the ChannelFactory creates the network connections and that the channel indeed act as a lock for one 开发者_StackOverflow社区connection during one call.Can someone confirm, give some[详细]
2023-04-02 14:29 分类:问答WCF + Gzip Performance Issues
Ive got a WCF service that returns content-type \'application/x-gzip\' which essentially appears to be XML/Json that is compressed using Gzip. I implemented a GzipMessageEncoder and CustomBinding as d[详细]
2023-03-24 10:48 分类:问答Calling a SOAP service via a ChannelFactory without using the WSDL
I am calling a SOAP service via a ChannelFactory without using the WSDL. I will be consuming multiple versions of this service and i\'m trying to avoid having multiple versions of the WSDL in my proje[详细]
2023-03-21 12:53 分类:问答C# WCF closing channels and using functions Func<T>
This is the point, I have a WCF service, it is working now. So I begin to work on the client side. And when the application was running, then an exception showed up: timeout. So I began to read, there[详细]
2023-03-21 11:40 分类:问答Configure WCF without using config file and instantiating proxy client with default constructor
I am not sure this开发者_开发技巧 is even possible to be honest, I am wondering if there is a way of removing the use of the config file without having to override the creation of the client proxy.Le[详细]
2023-03-16 19:20 分类:问答Create custom channefactory for dynamically calling workflows
I need to create a custome channel factory for calling WCF Wrokflow services hosted in the IIS. At runtime only i will be able to know which workflow should be called a开发者_运维技巧nd which method n[详细]
2023-03-14 18:38 分类:问答WCF F# - Handling Service Shutdown Gracefully on Client
I have some experimental code basically just trying to make a simple scenario work.I have one client that is streaming data to multiple services.The problem I have is that if one of the services does[详细]
2023-03-09 03:15 分类:问答Error message: The request for security token could not be satisfied because authentication failed
I am trying to access a WCF service (MS CRM 2011) and getting the above error.If I run my sample program from the VS2010 debugger with either Cassini or IIS Express it works great.No authentication er[详细]
2023-03-05 17:01 分类:问答Does anyone know how to access the wcf service by a client using channel factory?
I tried this one...but its not working.. Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load[详细]
2023-03-03 00:53 分类:问答