Skip to main content

EnsLib.HTTP.GenericOperationInProc

class EnsLib.HTTP.GenericOperationInProc extends EnsLib.HTTP.GenericOperation

Same operation as EnsLib.HTTP.GenericOperation except this will be run by the same process as the caller. This allows a passthrough TCP session to be maintained.

Method Inventory

Parameters

parameter INVOCATION = InProc;
Inherited description: 2 modes: Queue, InProc

Methods

method OnMessage(pRequest As EnsLib.HTTP.GenericMessage, Output pResponse As EnsLib.HTTP.GenericMessage) as %Status
Invoke a remote HTTP Service given a generic HTTP request

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab