StreamLink.NET
IAdvancedConfiguration Interface
StreamLink.NETCaplin.StreamLink.ConfigurationIAdvancedConfiguration
This interface provides access to advanced features of the StreamLink library.
Declaration Syntax
C#Visual BasicVisual C++
public interface IAdvancedConfiguration
Public Interface IAdvancedConfiguration
public interface class IAdvancedConfiguration
Members
All MembersProperties



IconMemberDescription
RawSocketFactory
This property can be set to override the default behaviour when creating a Type 1 (direct socket) connection by using the provided socket factory implementation to obtain a connection to the Liberator.

Type1Proxy
This property can be set to enable StreamLink to connect to Liberator through a web proxy using a Type 1 (direct socket) connection. If this property is set then StreamLink will attempt to access Liberator by opening a connection to the proxy using the "CONNECT" method. If credentials are required for access to the proxy then they should be set on the IWebProxy implementation.

Remarks
The features provided by the advanced configuration are not considered core parts of StreamLink and are not required for normal use of the library. In general these features should not be used unless they are well understand and there is a specific need for them.

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