Esempio n. 1
0
 public NetworkStatus(ConnectionStatus connectionStatus, ConnectionProtocolType protocolType, TCPRole tcpRole, int clientCount, string classroomName)
 {
     this.ConnectionStatus = connectionStatus;
     this.ProtocolType     = protocolType;
     this.TCPRole          = tcpRole;
     this.ClientCount      = clientCount;
     this.ClassroomName    = classroomName;
 }
Esempio n. 2
0
 public NetworkStatus(ConnectionStatus connectionStatus, ConnectionProtocolType protocolType, TCPRole tcpRole, int clientCount, string classroomName)
 {
     this.ConnectionStatus = connectionStatus;
     this.ProtocolType = protocolType;
     this.TCPRole = tcpRole;
     this.ClientCount = clientCount;
     this.ClassroomName = classroomName;
 }
Esempio n. 3
0
 public NetworkStatus(ConnectionStatus connectionStatus, ConnectionProtocolType protocolType, TCPRole tcpRole, int clientCount)
     : this(connectionStatus, protocolType, tcpRole, clientCount, "")
 {
 }
Esempio n. 4
0
 public NetworkStatus(ConnectionStatus connectionStatus, ConnectionProtocolType protocolType, TCPRole tcpRole, int clientCount)
     : this(connectionStatus, protocolType, tcpRole, clientCount, "")
 {
 }