[Visual Basic] Public Shared Function GetURLsforObject( _ ByVal obj As MarshalByRefObject _ ) As String () [C#] public static string[] GetURLsforObject( MarshalByRefObject obj ); [C++] public: static String* GetURLsforObject( MarshalByRefObject* obj ) []; [JScript] public static function GetURLsforObject( obj : MarshalByRefObject ) : String[];
Returns an array of strings containing the URL's or null if none were found
ChannelServices Class | ChannelServices Members | System.Runtime.Remoting Namespace