vote up 0 vote down star

When we use Activator.GetObject the transparent proxy gets created but the server insance is not created? can someboy tell me wat happens behind the scene? I mean if proxy needs to be created then there should be some communication between client and server so it can hold the reference of remote object,but in SAO using Activator.GetObject server/remote object deosn't gets created?

flag
I believe this might be a related question from the same user 5 days later stackoverflow.com/questions/1026140/… – Timothy Carter Jul 1 at 17:03

1 Answer

vote up 0 vote down

Take a look at DynamicProxy. This is how classes are created. Yes, the proxies are built based on negociated information with the server- (client-) side.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.