C-DEngine 5.105

IHttpInterceptor..::..RegisterHttpInterceptorAfter Method

This Interceptor registers a path that will be parsed AFTER the C-DEngine processes the request further If this function is called from within an isolated plugin, the request is forwarded to the master node.

Namespace:  nsCDEngine.Communication
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


void RegisterHttpInterceptorAfter(
	string pUrl,
	Action<TheRequestData> sinkInterceptHttp
)
Sub RegisterHttpInterceptorAfter ( _
	pUrl As String, _
	sinkInterceptHttp As Action(Of TheRequestData) _
)
void RegisterHttpInterceptorAfter(
	String^ pUrl, 
	Action<TheRequestData^>^ sinkInterceptHttp
)

Parameters

pUrl
Type: String
Part of the Path to be intecepted
sinkInterceptHttp
Type: Action<(Of <(<'TheRequestData>)>)>
Callback that will handle the parsing