C# Класс NetLib.PacketChat

Наследование: Packet
Показать файл Открыть проект Примеры использования класса

Открытые методы

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

Описание методов

PacketChat() публичный Метод

public PacketChat ( string message, string host, string destination, int id ) : System
message string
host string
destination string
id int
Результат System

handleClientSide() публичный Метод

public handleClientSide ( ClientInterface clientInterface ) : void
clientInterface ClientInterface
Результат void

handleMonitorSide() публичный Метод

public handleMonitorSide ( MonitorInterface monitorInterface ) : void
monitorInterface MonitorInterface
Результат void

handleServerSide() публичный Метод

public handleServerSide ( ServerInterface serverInterface ) : void
serverInterface ServerInterface
Результат void