WCF callback in asp.net page

M

Marchi Giuseppe

Hi everyone.

I have a wcf service with a CallbackContrat that enable me to get response
from the service in a windows form application.

[ServiceContract(CallbackContract = typeof(ICallback))]
public interface IService

and into the windows from i have:

public partial class ChatForm : Form, IServiceCallback


Can i use that interface in a asp.net page ?

public partial class _Default : System.Web.UI.Page, IServiceCallback

Something like this is possible ?

Thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,233
Latest member
AlyssaCrai

Latest Threads

Top