写一个简单的remoting 服务程序,helloworld:)
类函数:
public class simpleobject
inherits system.marshalbyrefobject
public function helloworld(byval message as string) as string
return "hello world" & message
end function
end class host 程序代码
写一个简单的remoting 服务程序,helloworld:)
类函数:
public class simpleobject
inherits system.marshalbyrefobject
public function helloworld(byval message as string) as string
return "hello world" & message
end function
end class