IHttpInterceptor..::..cdeProcessPost Method
This is the main http processing function of the C-DEngine. You can call this function to inject an Http
request into the C DEngine. Among other uses, it could be used for unit-testing of an http interceptor.
Namespace:
nsCDEngine.CommunicationAssembly: C-DEngine (in C-DEngine.dll)
Syntax
bool cdeProcessPost( TheRequestData tReq )
Function cdeProcessPost ( _ tReq As TheRequestData _ ) As Boolean
bool^ cdeProcessPost( TheRequestData^ tReq )
Parameters
- tReq
- Type: nsCDEngine.ViewModels..::..TheRequestData
A valid request data structure. If there are invalid parameter in this parameter, the call fails.