예제 #1
0
 public NetworkEndPoint RemoteEndPoint(NetworkConnection con)
 {
     return(m_genericDriver.RemoteEndPoint(con));
 }