Takes in the Type of the server class.
Takes in the Type of the server class, and the URL to the server class and creates a proxy object out of it.
[Visual Basic] Overloads Public Shared Function Connect(Type, String) As MarshalByRefObject
[C#] public static MarshalByRefObject Connect(Type, String);
[C++] public: static MarshalByRefObject* Connect(Type*, String);
[JScript] public static function Connect(Type, String) : MarshalByRefObject;
[Visual Basic] Overloads Public Shared Function Connect(Type, String, Object) As MarshalByRefObject
[C#] public static MarshalByRefObject Connect(Type, String, Object);
[C++] public: static MarshalByRefObject* Connect(Type*, String, Object);
[JScript] public static function Connect(Type, String, Object) : MarshalByRefObject;
RemotingServices Class | RemotingServices Members | System.Runtime.Remoting Namespace