C# Class NetMud.Communication.SystemComm

Negotiation and access to ALL player connection descriptors
Datei anzeigen Open project: SwiftAusterity/NetMud

Public Methods

Method Description
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

Method Details

BroadcastToAll() public static method

Sends a message to all live descriptors everywhere
public static BroadcastToAll ( string message ) : bool
message string the message to send
return bool

BroadcastToAll() public static method

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
return bool