Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > WCF callback in asp.net page

Reply
Thread Tools

WCF callback in asp.net page

 
 
Marchi Giuseppe
Guest
Posts: n/a
 
      02-10-2008
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

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Difference between Ajax Enabled WCF service and regular WCF? Cindy Lee ASP .Net 1 03-19-2010 05:59 PM
AJAX enabled WCF Service Vs Standard WCF Service Simon ASP .Net 0 10-13-2009 09:13 AM
ASPX page can't see Session created by WCF with XBAP client Izorich ASP .Net Web Services 1 04-24-2008 05:37 AM
Asynchronous Callback Not Updating Web Page??? TC ASP .Net 8 05-10-2004 09:49 AM
Access web page after asynch callback Glen ASP .Net 3 01-23-2004 04:19 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57