Method |
Description |
|
AttachServer ( MarshalByRefObject s ) : void |
|
|
AttachServerHelper ( MarshalByRefObject s ) : void |
|
|
DetachServer ( ) : MarshalByRefObject |
|
|
DoContextsMatch ( ) : bool |
|
|
EndInvokeHelper ( Message reqMsg, bool bProxyCase ) : IMessage |
|
|
GetDefaultStub ( ) : IntPtr |
|
|
GetProxiedType ( ) : Type |
|
|
GetStub ( ) : IntPtr |
|
|
GetStubData ( RealProxy rp ) : Object |
|
|
GetUnwrappedServer ( ) : MarshalByRefObject |
|
|
HandleReturnMessage ( IMessage reqMsg, IMessage retMsg ) : void |
|
|
InitializeServerObject ( IConstructionCallMessage ctorMsg ) : IConstructionReturnMessage |
|
|
IsRemotingProxy ( ) : bool |
|
|
PrivateInvoke ( MessageData &msgData, int type ) : void |
|
|
PropagateOutParameters ( IMessage msg, Object outArgs, Object returnValue ) : void |
|
|
RealProxy ( Type classToProxy, IntPtr stub, Object stubData ) : System |
|
|
ReturnCallContextToThread ( Thread currentThread, IMessage retMsg, int msgFlags, LogicalCallContext currCtx ) : void |
|
|
SetCallContextInMessage ( IMessage reqMsg, int msgFlags, LogicalCallContext cctx ) : void |
|
|
SetContextForDefaultStub ( ) : void |
|
|
SetSrvInfo ( GCHandle srvIdentity, int domainID ) : void |
|
|
SetStubData ( RealProxy rp, Object stubData ) : void |
|
|
SetupIdentity ( ) : void |
|
|
ValidateReturnArg ( Object arg, Type paramType ) : void |
|
|
Wrap ( ) : void |
|
|