WebRequestFactory RegisterSpotfireHost Method TIBCO Spotfire 6.0 API Reference
Registers the host part of the uri so that subsequent usage of the same host via Create(Uri) is done through the internal Spotfire client.

Namespace: Spotfire.Dxp.Framework.HttpClient
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public static void RegisterSpotfireHost(
	Uri uri
)

Parameters

uri
Type: System Uri
The Uri for which to register the host.
See Also