LocationExtensions AsStaticHeaderUserViaProxy Method Qlik Sense .NET SDK - API Reference
Defining the location as a connection to Qlik Sense using a specific user

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public static void AsStaticHeaderUserViaProxy(
	this ILocation location,
	string headerUserId,
	string headerAuthenticationHeaderName = null,
	bool proxyUsesSsl = true
)

Parameters

location
Type: Qlik.Engine ILocation
headerUserId
Type: OnlineSystem String
User id
headerAuthenticationHeaderName (Optional)
Type: OnlineSystem String
Authentication header name need to be specified if different from default. See settings in the management console
proxyUsesSsl (Optional)
Type: OnlineSystem Boolean
Indicates if proxy uses SSL

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ILocation. When you use instance method syntax to call this method, omit the first parameter. For more information, see OnlineExtension Methods (Visual Basic) or OnlineExtension Methods (C# Programming Guide).
See Also