wcf-client
WCF - factories and channel objects - how to create for better performance
I just want to make sure I\'m following the right approach. In my application for particular 开发者_Go百科service I have one static ChannelFactory (as it\'s instance thread safe), and every time I nee[详细]
2023-02-23 13:19 分类:问答WCF webHttpBinding post to apache service
I am trying to communicate with an Apache service from a WCF client I have set up the client like 开发者_如何学运维this:[详细]
2023-02-23 05:18 分类:问答WCF Duplex: How to handle thrown exception in duplex Callback
How do I handle an exception thrown in a callback method on the client in a WCF duplex setup? Currently, the client does not appear to raise the faulted event (unless I\'m monitoring it incorrectly?[详细]
2023-02-22 13:32 分类:问答How to re-write WCF client to use ChannelFactory instead of service reference
I have a WCF service created using the web service software factory. All my incoming requests and returned responses are implemented as message contracts. I had been accessing the service by adding a[详细]
2023-02-20 23:46 分类:问答WCF, generated DataMember List<> proxy class property is null?
I\'m working with a simple object in WCF decorated with the DataContract and DataMember attributes. I have a List<T> property and purposely designed it to instantiate the backing field on first[详细]
2023-02-19 13:43 分类:问答WCF - IIS Windows Authentication
I have been trying to get my WCF to work with Windows Authentication. The following works fine when anonymous is turned on. Have searched many internet articles and cannot get this to work. Thanks[详细]
2023-02-19 09:45 分类:问答Service Client DateTime Time Zone Offset Compatability Issue
I\'m attempting to communicate with a J开发者_JAVA技巧ava webservice via a .NET application, using a Visual Studio Service reference (System.ServiceModel namespace classes).I\'ve found that whenever i[详细]
2023-02-18 22:38 分类:问答Generating wcf ServiceClients, reference problem
I am trying to generate ServiceClient classes. I have 2 Projects, API and WEB. The API project contains both ClassLibrary and DataContracts/Interface class files. I have a website which has the SVC f[详细]
2023-02-18 11:59 分类:问答Beginner WCF Setup / Implementation Design Approach
See the figure below for a solution in VS2008 which implements WCF between a Cient and a Host. The Client is a simple Windows Form Application and the Host is a Console Application. I intend to use a[详细]
2023-02-17 11:20 分类:问答How to enable reliability for one-way methods?
The What You Need To Know About One-Way Calls, Callbacks, And Events article tells: 开发者_开发问答The fact that the client doesn\'t care about the result of the invocation does not mean the client[详细]
2023-02-17 05:08 分类:问答