[To be supplied.]
[Visual Basic] Public Shared Function GetServerTypeForURI( _ ByVal URI As String _ ) As Type [C#] public static Type GetServerTypeForURI( string URI ); [C++] public: static Type* GetServerTypeForURI( String* URI ); [JScript] public static function GetServerTypeForURI( URI : String ) : Type;
RemotingServices Class | RemotingServices Members | System.Runtime.Remoting Namespace