StreamLink.NET
IConnectionConfiguration Interface
StreamLink.NETCaplin.StreamLinkIConnectionConfiguration
Provides access to information about how the connection to the Liberator is configured.
Declaration Syntax
C#Visual BasicVisual C++
public interface IConnectionConfiguration
Public Interface IConnectionConfiguration
public interface class IConnectionConfiguration
Members
All MembersProperties



IconMemberDescription
Name
Gets the name that identifies the connection details.

NoopInterval
Gets or sets the number of seconds between noop commands.

NoopTimeout
Gets or sets the timeout period (in seconds) that triggers a connection lost if no response from a noop has been received.

ReconnectAttempts
Gets or sets the number of reconnect attempts that will be made to each server.

ReconnectInterval
Gets or sets the reconnect interval.

Remarks
Noops settings are used to ensure that a connection to the Liberator is present. Reconnection settings determine how StreamLink behaves when reconnecting, or whether reconnection is attempted at all.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.5.0 (5.0.5.0)