悬赏园豆:100
[已关闭问题]
关闭于 2008-07-25 11:07
在网上查了很多资料,基本上一样的,如下: <BR>Server端:(同一台机器上) <BR>IDictionary props = new Hashtable(); <BR>props["port"] = 9000; <BR>props["name"] = "Name1"; <BR>TcpChannel channel = new TcpChannel(props, new BinaryServerFormatterSinkProvider(),new BinaryClientFormatterSinkProvider()); <BR>ChannelServices.RegisterChannel(channel, false); <BR>网上都说,只要props["name"]的值不一样,就可以注册多个信道! <BR>但实际我操作中行不通出现, <BR>socketException异常,通常每个套接字地址(协议/网络地址/端口)只允许使用一次! <BR>请高手指点啊</CD>
体育皇帝
|
初学一级
|
园豆:
-5
提问于:2008-07-21 08:28