예제 #1
0
파일: Client.cs 프로젝트: thinking2535/Rso
            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;
 }