C# Class Tempest.ConnectionExtensions

Holds extension methods for IConnection
Datei anzeigen Open project: ermau/Tempest

Public Methods

Method Description
Send ( this connections, Message msg ) : void

Sends a message to all of the connections.

Method Details

Send() public static method

Sends a message to all of the connections.
/// is null.--or-- /// is null. ///
public static Send ( this connections, Message msg ) : void
connections this The connections to send to.
msg Message The message to send.
return void