duplex
Is WCF Duplex a good choice?
After developing mini project with WCF duplex (Chat Service | Sms Service), I got a Point that maybe not be correct!![详细]
2023-02-14 03:02 分类:问答Port 80 problems with WCF and possibly Skype
Found this which may explain some of my problems - MSDN Post I have written a wcf service hosted inside a console application. I then have a client that interacts with the service.[详细]
2023-02-10 03:29 分类:问答Where can I find a good Silverlight 4 WCF duplex tutorial? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-02-10 02:40 分类:问答Silverlight 4 WCF Duplex Service - How to configure for HTTPS
How do I configure my Silverlight app and duplex WFC service to use HTTPS?Currently evrything works if using HTTP, but as soon as the client hits the site using HTTPS, the callback creation within the[详细]
2023-02-09 14:33 分类:问答Progress notification in WCF for long running processes - How?
I have to design and implement a way to deal with long running processes in a client/server application. A typical long running process would/could take 2-3 minutes. I also need to report progress to[详细]
2023-02-04 06:54 分类:问答How to implement a full duplex channel over TCP with a single thread?
The network lib I\'m writing needs to send and receive messages through a TCP socket. Messages can be sent or received any time, i.e should work as a full duplex channel.[详细]
2023-02-03 18:49 分类:问答Cannot send large messages over WCF
Im using WCF for sending all sorts of messages and this message in perticular is about 3200000 bytes plus some strings and headers. The large paylode is a serialized object retrieved from the host thr[详细]
2023-01-29 20:35 分类:问答Consume a wcf duplex service in console application
I have a wcf duplex service with work fine in silverlight. but the same service I want to consume in windows console application. My code as follow:[详细]
2023-01-22 13:15 分类:问答WIA 2.0 Duplex property
I am developing an aplication with C# to use the WIA 2.0 library. At the moment I could use most of the features, such as ADF (auto document feeder), filters and more.[详细]
2023-01-22 00:08 分类:问答When to use WCF duplex vs datagram?
My app is master/slave system where slaves can send messages to the master based on a (local) event and master sends messages to the slave also based on local events.[详细]
2023-01-20 05:23 分类:问答