T
Tom
what is the difference between these two client initlisations ? I don't
understand the difference in using these two concept wise. please explain..
MarshalByRefObject obj = (MarshalByRefObject) RemotingServices.Connect
(typeof(play.ICalc), "http://localhost:8000/tom.soap");
_____________________________________________
IOperationManager mgr = (IOperationManager)
Activator.GetObject(typeof(IOperationManager),
http://localhost:8000/communicate.soap);
Thankyou
Tom
understand the difference in using these two concept wise. please explain..
MarshalByRefObject obj = (MarshalByRefObject) RemotingServices.Connect
(typeof(play.ICalc), "http://localhost:8000/tom.soap");
_____________________________________________
IOperationManager mgr = (IOperationManager)
Activator.GetObject(typeof(IOperationManager),
http://localhost:8000/communicate.soap);
Thankyou
Tom