StreamLink.NET
RttpConfigurationSectionName Field
StreamLink.NETCaplin.StreamLinkStreamLinkRttpConfigurationSectionName
The name of the configuration <section> in the standard .NET configuration file that specifies StreamLink’s RTTP configuration.
Declaration Syntax
C#Visual BasicVisual C++
public static readonly string RttpConfigurationSectionName
Public Shared ReadOnly RttpConfigurationSectionName As String
public:
static initonly String^ RttpConfigurationSectionName
Remarks

This is the value of the name attribute in the configuration tag <section>:

            <configuration>
              <configSections>
                 <section name="RttpConfiguration">
              </configSections>
            <configuration>
            

If the Mock section is present then it is assumed that the StreamLink provider should use the Mock setup and the RTTP configuration will be ignored.

For an example of StreamLink RTTP configuration in the standard .NET configuration file, see the description of the StreamLink constructor StreamLink()()().

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