Framework EDI Reference. Methods and Properties
ediHttpCfg.IsapiActiveXFinalProc

Sets or gets the method name in the ActiveX, located at the server, that is called by the ISAPI extension DLL after the HTTP connection to the client has been disconnected.

Syntax:

Remarks:

This property is relevant only if the following have been set:

The ISAPI DLL calls the method in the ActiveX after it has disconnected from the client and passes the full file path name of the file as a parameter to the method. The method of the ActiveX interface MUST follow the syntax:

<lReturnValue> = <Object>.<MethodName>(<sFileName>,<sAnyString>)

Where:

See Also

Framework EDI AS2 ISAPI Extension