NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RemotingServices.GetEnvoyChainForProxy

[To be supplied.]

[Visual Basic]
Public Shared Function GetEnvoyChainForProxy( _
   ByVal obj As MarshalByRefObject _
) As IMessageSink
[C#]
public static IMessageSink GetEnvoyChainForProxy(
   MarshalByRefObject obj
);
[C++]
public: static IMessageSink* GetEnvoyChainForProxy(
   MarshalByRefObject* obj
);
[JScript]
public static function GetEnvoyChainForProxy(
   obj : MarshalByRefObject
) : IMessageSink;

Parameters

obj
[To be supplied.]

See Also

RemotingServices Class | RemotingServices Members | System.Runtime.Remoting Namespace