Creates a connection config from an auth-enabled TCDS URI.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.1.0.0 (11.1.0.8)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static ConnectionConfig FromTcdsAuthUri(
	LiveViewURI uri,
	ILiveViewAuth tcdsAuth
)
Public Shared Function FromTcdsAuthUri ( _
	uri As LiveViewURI, _
	tcdsAuth As ILiveViewAuth _
) As ConnectionConfig
public:
static ConnectionConfig^ FromTcdsAuthUri(
	LiveViewURI^ uri, 
	ILiveViewAuth^ tcdsAuth
)

Parameters

uri
LiveViewURI
URI of the TCDS redirect URL
tcdsAuth
ILiveViewAuth
TCDS Authentication, or null

Return Value

A connection config for the destination of the TCDS redirect with the proper auth configured

See Also