Пример #1
0
            void _RecvScNewParent(CKey Key_, CStream Stream_)
            {
                var Proto = new SScNewParent();

                Stream_.Pop(Proto);

                _Servers[(Int32)Key_.PeerNum].ConnectNamePorts.Add(new CNamePort(Proto.ClientBindNamePortPub));
                _NetS.Close(Key_.PeerNum);
            }
Пример #2
0
 public void Set(SScNewParent Obj_)
 {
     ClientBindNamePortPub.Set(Obj_.ClientBindNamePortPub);
 }
Пример #3
0
 public SScNewParent(SScNewParent Obj_)
 {
     ClientBindNamePortPub = Obj_.ClientBindNamePortPub;
 }