wcf-callbacks
How can I callback the client and expose a new Channel with instance context
I\'m making a WCF service with netTcpBinding which has a main lobby with multiple chatrooms which the clients can enter. The Lobby class implements ILobby as the service contract.[详细]
2023-04-05 12:26 分类:问答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 check availablity of wcf service client for callback?
I\'ve implemented pub/sub framework using ASP.NET, WCF Service with net.tcp binding. I hosted wcf service on IIS7.5. My code was developed under VS2010, Windows7.[详细]
2023-02-20 13:59 分类:问答How to update value in textBox in ASP.NET from other threads?
I\'m using ASP.NET 4.0 on IIS7.5 and WCF Callback technique. I have no problem with callback. The wcf service can fire callback method in web client but it seems it\'s on another thread 开发者_StackOv[详细]
2023-02-14 20:49 分类:问答Can a WCF service object implementing a contract for a net.msmq endpoint also implement a callback contract for a net.tcp endpoint?
Trying to implement a MSMQ-backed WCF PubSub. I understand that net.msmq is one-way; however when I use a single service object to implement the net.msmq endpoint for reading from the underlying queue[详细]
2023-02-14 03:53 分类:问答WCF4 routing with reliable sessions and callbacks
I\'ll start with an explanation of what I\'m trying to do, and the environment / circumstances involved.[详细]
2023-02-04 18:07 分类:问答WCF InstanceContext Error
publisher and subscriber concept using WCF, publisher(Server) to develop in WCF service and subscriber(Client) to develop in windows application. Publisher to create a proxy and to implement i got err[详细]
2023-02-02 02:38 分类:问答Error handling with Javascript-enabled WCF?
Is there documentation on how to use the callback functions in a WCF Service that is exposed to Javascript?I\'m interested in getting information from the FailureCallback as to why my method isn\'t fi[详细]
2023-01-29 02:03 分类:问答CallBack in WCF?
How we use CallBack in WCF fluently with events and delegates? If Client give any request or any conditions matches of client then services automatica开发者_开发知识库lly fire the event which conditi[详细]
2023-01-09 14:12 分类:问答Implementing authorize.net in android
I want to develop an application which does payment processing through authorize.net But everytime I get unknown error.[详细]
2022-12-21 01:23 分类:问答