StreamLink.NET
IRawSocketFactory Interface
StreamLink.NETCaplin.StreamLink.ConfigurationIRawSocketFactory
This interface allows a user application to specify a connection strategy to use when creating Type 1 (direct socket) connections. For example, to negotiate a SOCKS proxy or other custom tunneling requirements.
Declaration Syntax
C#Visual BasicVisual C++
public interface IRawSocketFactory
Public Interface IRawSocketFactory
public interface class IRawSocketFactory
Members
All MembersMethods



IconMemberDescription
CreateSocket(String, Int32)
This method is called by the library to obtain the socket to be used when connecting to Liberator using a Type 1 (direct socket) connection.

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