wcf-client
wcf client config not getting values from server app.config
I have defined maxBufferSize = 2147483647, maxBufferPoolSize = 2147483647, maxReceivedMessageSize = 2147483647 in the server config file but when i generate client config file, values for all these pa[详细]
2023-03-11 02:02 分类:问答Customizing the message contracts when creating a WCF service reference in Visual Studio 2010
Is it possible to modify how message contracts are generated when add开发者_Go百科ing a WCF service reference in Visual Studio 2010?Specifically I want the request and response objects to have propert[详细]
2023-03-10 23:49 分类:问答How do I use WCF reference with MVC3 (razor) model?
I have a WCF Service and a MVC3(razor) web site. All my data comes from the WCF Service. I have my controllers and views but, how do I use the model with this struct开发者_开发百科ure ?[详细]
2023-03-10 19:59 分类:问答Use self-signed cert without installing in cert store
I have a self-signed certificate (.cer) file from a third party. I\'d like to use that certificate in code to connect to their webservice (over HTTPS), without installing it in my cert store in Window[详细]
2023-03-10 16:23 分类:问答WCF TCP clients - basic guidelines on how to use them?
I\'ve got a WCF service and want to connect to it using a TCP binding. This is all well and good, but how are you supposed to handle the clients? I\'ve noticed that if you create a new client for each[详细]
2023-03-10 12:48 分类:问答WCF: Minimum client configuration required
What is the absolute minimum configuration required for a client to consume a WCF service? Maybe I\'m wrong, but it doesn\'t seem logical to restate a bunch of settings values on the client that shou[详细]
2023-03-10 00:15 分类:问答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 the real strange thing is that this does not happen when the Client is a Console Application. It d[详细]
2023-03-09 16:56 分类:问答Error: Cannot obtain Metadata from http://172.16.70.125:8080/ when using WCF client to access service on another computer
I\'m a newbie to WCF. So here\'s the thing : I have two systems, one running the wcf service and the other run开发者_Go百科ning the client.[详细]
2023-03-09 06:52 分类:问答WCF shared IClientMessageInspector instance across multiple clients
I\'m managing a shared auth cookie when making WCF service calls via this methodology outlined under the header \"Centralized cookie management\" located here: http://megakemp.com/2009/02/06/managing-[详细]
2023-03-09 01:41 分类:问答WCF Service options specific to Silverlight
I am getting confused as to which type of of WCF service I should create. The options that Visual Studio gives me are[详细]
2023-03-08 03:44 分类:问答