StreamLink.NET
Caplin.StreamLink.Configuration Namespace
StreamLink.NETCaplin.StreamLink.Configuration
The configuration namespace provides convenience classes for generating StreamLink configuration programmatically rather than using an XML configuration file.
Declaration Syntax
C#Visual BasicVisual C++
namespace Caplin.StreamLink.Configuration
Namespace Caplin.StreamLink.Configuration
namespace Caplin.StreamLink.Configuration
Types
All TypesClassesInterfaces
IconTypeDescription
IAdvancedConfiguration
This interface provides access to advanced features of the StreamLink library.

IRawSocketFactory
This interface allows a user application to specify a connection strategy to use when creating Type 1 (direct socket) connections. For example, to negotiate a SOCKS proxy or other custom tunneling requirements.

SimpleConfiguration
Simple factory configuration object for defining the host and port for various connection types. Used to programmatically configure Streamlink with a single server.