KeyMaster.NET
SL4BHTMLFormatter Constructor (sourceId, domain)
KeyMaster.NETCaplin.KeyMaster.FormattersSL4BHTMLFormatterSL4BHTMLFormatter(String, String)
Constructor that takes source ID and domain parameters. These are provided as parameters of the web request for a token that StreamLink for Browsers (SL4B) sends to KeyMaster.NET.
Declaration Syntax
C#Visual BasicVisual C++
public SL4BHTMLFormatter(
	string sourceId,
	string domain
)
Public Sub New ( _
	sourceId As String, _
	domain As String _
)
public:
SL4BHTMLFormatter(
	String^ sourceId, 
	String^ domain
)
Parameters
sourceId (String)
An SL4B-specific identifier.
domain (String)
The common domain; this is required to avoid cross-domain scripting issues and is supplied in the webrequest from SL4B.

Assembly: Caplin.KeyMaster (Module: Caplin.KeyMaster) Version: 5.0.4.0 (5.0.4.0)