public IceChannel(int port) { Ice.TcpEndpoint te = new Ice.TcpEndpoint("localhost", port); te.Incoming = true; _svrChannel = new IceServerChannel(te); _cltChannel = new IceClientChannel(); }
public IceChannel(int port) { Ice.TcpEndpoint te = new Ice.TcpEndpoint ("localhost", port); te.Incoming = true; _svrChannel = new IceServerChannel (te); _cltChannel = new IceClientChannel (); }