C# Класс NetMud.Communication.SystemComm

Negotiation and access to ALL player connection descriptors
Показать файл Открыть проект

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

Метод Описание
BroadcastToAll ( string message ) : bool

Sends a message to all live descriptors everywhere

BroadcastToAll ( string message, int portNumber ) : bool

Sends a message to all live descriptors on a port

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

BroadcastToAll() публичный статический Метод

Sends a message to all live descriptors everywhere
public static BroadcastToAll ( string message ) : bool
message string the message to send
Результат bool

BroadcastToAll() публичный статический Метод

Sends a message to all live descriptors on a port
public static BroadcastToAll ( string message, int portNumber ) : bool
message string the message to send
portNumber int the port of the connection to send to
Результат bool