Plumtree UI Infrastructure API  
 

IHTTPControl Interface

This interface should only be implemented by controls that need to perform special HTTP things, such as reading HTTP headers, getting/setting cookies, and file upload. These are special cases, and most controls should not use this. The gateway needs access to the raw request in order to get all the necessary information that is not normally passed from the interpreter to the AS. In particular, gateway needs access to the raw body and raw headers.

For a list of all members of this type, see IHTTPControl Members.

public interface IHTTPControl : IControl, IMVCObject, IManagedObject

Requirements

Namespace: com.plumtree.uiinfrastructure.activityspace

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

IHTTPControl Members | com.plumtree.uiinfrastructure.activityspace Namespace