Click or drag to resize

Broadcaster Class

Sends messages to Receiver of other (local) processes. Please, do not send any sensitive information using this channel.
Inheritance Hierarchy
SystemObject
  MicaSystems.BroadcastingBroadcaster

Namespace:  MicaSystems.Broadcasting
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static class Broadcaster

The Broadcaster type exposes the following members.

Methods
  NameDescription
Public methodStatic memberEnsureLocation
Ensures the location used to broadcast messages is well created with the corresponding permissions.
Public methodStatic memberSendMessage
Sends a message to all Receiver listening on this computer.
Top
Fields
  NameDescription
Public fieldStatic memberBroadcastingFolderName
The name of the folder receiving messages as files.
Top
See Also