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

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

本文简介:选择自 montaque 的 blog

imports system.runtime.remoting.remotingconfiguration
public class host
    
public shared sub main()
        
dim channel as new http.httpserverchannel(6363)
        channelservices.registerchannel(channel)
        registerwellknownservicetype(
gettype(objectlib.simpleobject), "simpleobject", runtime.remoting.wellknownobjectmode.singlecall)
        console.
writeline("started ok")
        console.readline()
    
end sub

end class



下面讨论几种调用方式

1.可客户端不支持或者没有安装.net framework 的情况。

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

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

go top