예제 #1
0
 /// <summary>
 /// Read a list of sources from incomming packet.
 /// </summary>
 /// <param name="packet">Incomming packet.</param>
 public void ProcessSources(MemoryStream packet)
 {
     CServerProcessSources ProcessSources=new CServerProcessSources(packet, this.m_IP, this.m_Port);
 }
예제 #2
0
파일: Server.cs 프로젝트: pengpercy/lphant
 /// <summary>
 /// Read a list of sources from incomming packet.
 /// </summary>
 /// <param name="packet">Incomming packet.</param>
 public void ProcessSources(MemoryStream packet)
 {
     CServerProcessSources ProcessSources = new CServerProcessSources(packet, this.m_IP, this.m_Port);
 }