Свойство | Type | Description | |
---|---|---|---|
IDLock | object | ||
connectExpected | |||
connected |
Свойство | Type | Description | |
---|---|---|---|
listener | |||
listenerStarted | bool |
Méthode | Description | |
---|---|---|
ChatServer ( uint serverID ) : System | ||
getCurrentID ( ) : uint | ||
setCurrentID ( uint ID ) : void | ||
setExpectedClient ( uint clientID ) : void | ||
startServer ( ) : Task | ||
stopServer ( ) : void |
Méthode | Description | |
---|---|---|
transmitter ( Object client ) : void |
public ChatServer ( uint serverID ) : System | ||
serverID | uint | |
Résultat | System |
public static setCurrentID ( uint ID ) : void | ||
ID | uint | |
Résultat | void |
public static setExpectedClient ( uint clientID ) : void | ||
clientID | uint | |
Résultat | void |
public static ManualResetEventSlim,System.Threading connectExpected | ||
Résultat |
public static ManualResetEventSlim,System.Threading connected | ||
Résultat |
protected static TcpListener,System.Net.Sockets listener | ||
Résultat |