客户端调用第三方remoting 服务程序的n中方式,VB.NET 晚期邦定还真方便[1]

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 montaque 的 blog

写一个简单的remoting 服务程序,helloworld:)

类函数:

public class simpleobject
    
inherits system.marshalbyrefobject

    
public function helloworld(byval message as stringas string
        
return "hello world" & message
    
end function


end class

host 程序代码
imports system.runtime.remoting.channels

本文关键:客户端调用第三方remoting 服务程序的n中方式,VB.NET 晚期邦定还真方便
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top