StreamLink for Silverlight
RttpConfigurationSectionName Field
StreamLink for SilverlightCaplin.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.Silverlight (Module: Caplin.StreamLink.Silverlight) Version: 5.0.19.0 (5.0.19.0)