c# - WCF Web Service Windows Form Interaction -
what achieve have windows form application host application, following:
when user makes request service, user supplied data service , @ same time response sent server host application(for example change label text "done").
client -> service -> "host" i have tried creating wcf service library, referencing form application ,
form1 frm = new form1(); frm.label1text = "done"; label1text property of label1.
by had no success.
p.s. open suggestions such scenario.
Comments
Post a Comment