Click or drag to resize
RebroadcastSettings Properties

The RebroadcastSettings type exposes the following members.

Properties
  NameDescription
Public propertyAccess
Gets or sets the access settings for the rebroadcast server.
Public propertyEnabled
Gets or sets a value indicating whether the rebroadcast server is enabled.
Public propertyFormat
Gets or sets the format in which to rebroadcast the receiver's messages.
Public propertyIdleTimeoutMilliseconds
Gets or sets the period of time that the receiving side has to accept a message within before the connection is dropped.
Public propertyIsTransmitter
Gets or sets a value that indicates whether the rebroadcast server is active (it transmits the feed to another machine) or passive (it accepts multiple connections from other machines).
Public propertyName
Gets or sets the unique name for the server.
Public propertyPassphrase
Gets or sets the passphrase that the connecting side has to send before the connection is accepted.
Public propertyPort
Gets or sets the port number to rebroadcast the receiver's messages on or the port to transmit the feed to.
Public propertyReceiverId
Gets or sets the receiver that the rebroadcast server will rebroadcast.
Public propertySendIntervalMilliseconds
Gets or sets the delay between sends for formats that lend themselves to message batching.
Public propertyStaleSeconds
Gets or sets the threshold for discarding buffered messages that are too old.
Public propertyTransmitAddress
Gets or sets the address of the machine to send the feed to in Transmitter mode.
Public propertyUniqueId
Gets or sets the unique identifier for the server. This cannot be zero.
Public propertyUseKeepAlive
Gets or sets a value indicating that the network connection should use KeepAlive packets.
Top
See Also