Click here to Skip to main content
16,020,840 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friends,
I want to create a Chat Application in such a way that Admin can chat any user and user can't chat with the user. user can chat with only Admin.


The message send by one user(X) that can't see by other user(y) but can see by admin.
and
The Admin send message to one user(X) that message can not see by other users(xyz).

Can I create such architecture in WCF services. if yes then How ?

Thanks in Advance.
Posted
Updated 15-Dec-10 20:11pm
v2

1 solution

Hi,

Refer this article.

WCF / WPF Chat Application[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900