Метод | Описание | |
---|---|---|
PacketChat ( string message, string host, string destination, int id ) : System | ||
handleClientSide ( ClientInterface clientInterface ) : void | ||
handleMonitorSide ( MonitorInterface monitorInterface ) : void | ||
handleServerSide ( ServerInterface serverInterface ) : void |
public PacketChat ( string message, string host, string destination, int id ) : System | ||
message | string | |
host | string | |
destination | string | |
id | int | |
Результат | System |
public handleClientSide ( ClientInterface clientInterface ) : void | ||
clientInterface | ClientInterface | |
Результат | void |
public handleMonitorSide ( MonitorInterface monitorInterface ) : void | ||
monitorInterface | MonitorInterface | |
Результат | void |
public handleServerSide ( ServerInterface serverInterface ) : void | ||
serverInterface | ServerInterface | |
Результат | void |