Plumtree Portal UI  
 

XPLimitedRequest.GetHeader Method 

Returns the value of the given HTTP header

public virtual string GetHeader(
   string name
);

Parameters

name
Name of the HTTP header. For e.g. HTTP_USER_AGENT

Return Value

The given HTTP header as a String, null if not found.

See Also

XPLimitedRequest Class | com.plumtree.portaluiinfrastructure.condition Namespace | IXPRequest#GetHeader