StreamLink.NET
RawSocketFactory Property
StreamLink.NETCaplin.StreamLink.ConfigurationIAdvancedConfigurationRawSocketFactory
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.
Declaration Syntax
C#Visual BasicVisual C++
IRawSocketFactory RawSocketFactory { get; set; }
Property RawSocketFactory As IRawSocketFactory
property IRawSocketFactory^ RawSocketFactory {
	IRawSocketFactory^ get ();
	void set (IRawSocketFactory^ value);
}
See Also
IRawSocketFactory
[!:StreamLinkExamples.Configuration.CustomSocketExample]

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