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.RegisterWellKnownChannels

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;

See Also

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