StreamLink.NET
StreamLinkConfiguration Property
StreamLink.NETCaplin.StreamLinkStreamLinkStreamLinkConfiguration
Gets or sets the StreamLink configuration.
Declaration Syntax
C#Visual BasicVisual C++
public IStreamLinkConfiguration StreamLinkConfiguration { get; }
Public ReadOnly Property StreamLinkConfiguration As IStreamLinkConfiguration
public:
property IStreamLinkConfiguration^ StreamLinkConfiguration {
	IStreamLinkConfiguration^ get ();
}
Value
The IStreamLinkConfiguration object that defines the configuration.
Remarks
If you want to set StreamLink’s configuration programmatically, you can use this property as an alternative to the StreamLink(IStreamLinkConfiguration) constructor.

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