Uiinfrastructure API Docs  
 

AActivitySpace.SetCurrentHTTPRequestResponseObjects Method 

Sets the HTTP Request and Response Objects for the current request. This method must be called at the beginning of every request.

public virtual void SetCurrentHTTPRequestResponseObjects(
   IXPRequest xpRequest,
   IXPResponse xpResponse
);

Parameters

xpRequest
xpResponse

See Also

AActivitySpace Class | com.plumtree.uiinfrastructure.activityspace Namespace