Register the CrossContext and CrossAppDomain channels. This is necessary so that clients can use well-known objects across these channels.
[Visual Basic] Public Shared Function RegisterWellKnownChannels() As Boolean [C#] public static bool RegisterWellKnownChannels(); [C++] public: static bool RegisterWellKnownChannels(); [JScript] public static function RegisterWellKnownChannels() : Boolean;
RemotingServices Class | RemotingServices Members | System.Runtime.Remoting Namespace