A String giving the name of the custom HTTP header via which the token will be propagated to the CPE server. The value will be null if the standard Authorization header is used.

Namespace:  FileNet.Api.Authentication
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public ReadOnly Property HttpCustomHeader As String
C#
public string HttpCustomHeader { get; }
Visual C++
public:
property String^ HttpCustomHeader {
	String^ get ();
}
JavaScript
function get_httpCustomHeader();

ToggleSee Also