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>
            

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

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