StreamLink.NET
SimpleConfiguration Class
StreamLink.NETCaplin.StreamLink.ConfigurationSimpleConfiguration
Simple factory configuration object for defining the host and port for various connection types. Used to programmatically configure Streamlink with a single server.
Declaration Syntax
C#Visual BasicVisual C++
public class SimpleConfiguration
Public Class SimpleConfiguration
public ref class SimpleConfiguration
Members
All MembersMethods



IconMemberDescription
CreateType1Connection(String, Int32)
Creates a IStreamLinkConfiguration for an unencrypted type 1 connection

CreateType1SSLConnection(String, Int32)
Creates a IStreamLinkConfiguration for a type 1 connection encrypted with SSL

CreateType2HttpConnection(String, Int32)
Creates a IStreamLinkConfiguration for a type 2 connection using HTTP protocol

CreateType2HttpsConnection(String, Int32)
Creates a IStreamLinkConfiguration for a type 2 connection using HTTPS protocol

CreateType3HttpConnection(String, Int32)
Creates a IStreamLinkConfiguration for a type 3 connection using HTTP protocol

CreateType3HttpsConnection(String, Int32)
Creates a IStreamLinkConfiguration for a type 3 connection using HTTPS protocol

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
SimpleConfiguration

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