public bool Init(INetChannelConsumer factory)
 {
     _peer.Start();
     _peerFactory = factory;
     return true;
 }
 public bool Init(INetChannelConsumer factory)
 {
     return true;
 }
 public bool Init(INetChannelConsumer factory)
 {
     return(true);
 }
 public bool Init(INetChannelConsumer factory)
 {
     _channelFactory = factory;
     _photon = new PhotonPeer(this, ConnectionProtocol.Udp);
     return true;
 }
 public bool Init(INetChannelConsumer factory)
 {
     _channelFactory = factory;
     _photon         = new PhotonPeer(this, ConnectionProtocol.Udp);
     return(true);
 }
 public bool Init(INetChannelConsumer factory)
 {
     _peer.Start();
     _peerFactory = factory;
     return(true);
 }