RebroadcastSettings Properties |
The RebroadcastSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | Access |
Gets or sets the access settings for the rebroadcast server.
|
![]() | Enabled |
Gets or sets a value indicating whether the rebroadcast server is enabled.
|
![]() | Format |
Gets or sets the format in which to rebroadcast the receiver's messages.
|
![]() | IdleTimeoutMilliseconds |
Gets or sets the period of time that the receiving side has to accept a message within before
the connection is dropped.
|
![]() | IsTransmitter |
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).
|
![]() | Name |
Gets or sets the unique name for the server.
|
![]() | Passphrase |
Gets or sets the passphrase that the connecting side has to send before the connection is accepted.
|
![]() | Port |
Gets or sets the port number to rebroadcast the receiver's messages on or the
port to transmit the feed to.
|
![]() | ReceiverId |
Gets or sets the receiver that the rebroadcast server will rebroadcast.
|
![]() | SendIntervalMilliseconds |
Gets or sets the delay between sends for formats that lend themselves to message batching.
|
![]() | StaleSeconds |
Gets or sets the threshold for discarding buffered messages that are too old.
|
![]() | TransmitAddress |
Gets or sets the address of the machine to send the feed to in Transmitter mode.
|
![]() | UniqueId |
Gets or sets the unique identifier for the server. This cannot be zero.
|
![]() | UseKeepAlive |
Gets or sets a value indicating that the network connection should use KeepAlive packets.
|