StreamLink.NET
StreamLink Constructor (reader)
StreamLink.NETCaplin.StreamLinkStreamLinkStreamLink(XmlReader)
Initializes a new instance of the StreamLink class, using configuration data in an XmlReader.
Declaration Syntax
C#Visual BasicVisual C++
public StreamLink(
	XmlReader reader
)
Public Sub New ( _
	reader As XmlReader _
)
public:
StreamLink(
	XmlReader^ reader
)
Parameters
reader (XmlReader)
The XmlReader containing StreamLink configuration information.
Remarks

For full information on the syntax and semantics of the StreamLink configuration XML see the Caplin document "StreamLink Configuration XML Reference". The syntax is also formally defined in the XML schema, ServiceConfiguration.xsd, located in the StreamLink installation folder.

Exceptions
ExceptionCondition
ArgumentNullExceptionreader is null
ConfigurationErrorsExceptionThe configuration is invalid

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