Méthode | 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
|
public static BroadcastToAll ( string message ) : bool | ||
message | string | the message to send |
Résultat | bool |
public static BroadcastToAll ( string message, int portNumber ) : bool | ||
message | string | the message to send |
portNumber | int | the port of the connection to send to |
Résultat | bool |