I want to write WCF service that have some events raise on the win-form
client side (when client is running). However, I read many samples all are
only win-form first sent message to WCF service, not from WCF service. Is
there any sample code or methods to meet my case.