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

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