开发者

WCF Receive-Request Communication In C# Aplication

开发者 https://www.devze.com 2022-12-16 00:16 出处:网络
I want to use WCF for server to client communication. Start clinet which will s开发者_如何学Cend message to server , ones server receive message its display that message in from of MessageBox Confirma

I want to use WCF for server to client communication. Start clinet which will s开发者_如何学Cend message to server , ones server receive message its display that message in from of MessageBox Confirmation For Asked Question. So reply will be Yes/No which sent back to client.

As per result of Yes/No clinet will process ahed ...

How can I achieve above thing in C#.net?

I have read many articles about callback but did not get much idea for implementation.


This tutorial walks through creating the client & service. The difference is, instead of implementing a calculator, you'll want to implement your code for whatever the service does.

One question, though, why do you want the service to display a yes/no and not the client?


FWIW, I once wrote a series of blog posts that describe how to approach development of Duplex WCF services with Test-Driven Development.

0

精彩评论

暂无评论...
验证码 换一张
取 消