示例#1
0
 public NetworkConnection.State GetConnectionState(NetworkConnection con)
 {
     return(m_genericDriver.GetConnectionState(con));
 }
示例#2
0
 public NetworkConnection.State GetConnectionState(NetworkConnection id)
 {
     return(m_genericConcurrent.GetConnectionState(id));
 }