EasyUA Reference
AfterReceiveRequest Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ServiceMessageContextMessageInspector Class : AfterReceiveRequest Method

request
The request message.
channel
The incoming channel.
instanceContext
The current service instance.

Glossary Item Box

Called after an inbound message has been received but before the message is dispatched to the intended operation.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ServiceMessageContextMessageInspector
Dim request As Message
Dim channel As IClientChannel
Dim instanceContext As InstanceContext
Dim value As Object
 
value = instance.AfterReceiveRequest(request, channel, instanceContext)

Parameters

request
The request message.
channel
The incoming channel.
instanceContext
The current service instance.

Return Value

The object used to correlate state. This object is passed back in the System.ServiceModel.Dispatcher.IDispatchMessageInspector.BeforeSendReply(System.ServiceModel.Channels.Message@,System.Object) method.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.