Invisible class from WebService in application
Posted
by phenevo
on Stack Overflow
See other posts from Stack Overflow
or by phenevo
Published on 2010-04-08T12:23:08Z
Indexed on
2010/04/08
13:03 UTC
Read the original article
Hit count: 215
c#
|webservice
I've got webservice which has multiple classess
My winforms application see theirs, but not everyone.
This application has webreference to this webservice.
I think that this application see every class which is used in WebMethod, but I using parent class in WebMethod and I wanna casting it to another class,which is not used at webmethod.
© Stack Overflow or respective owner