Click or drag to resize

FormatSpecificationInspectorAfterReceiveRequest Method

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

Namespace: GSF.ServiceModel.Activation
Assembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.181-beta
Syntax
public Object AfterReceiveRequest(
	ref Message request,
	IClientChannel channel,
	InstanceContext instanceContext
)
View Source

Parameters

request  Message
The request message.
channel  IClientChannel
The incoming channel.
instanceContext  InstanceContext
The current service instance.

Return Value

Object
The object used to correlate state. This object is passed back in the BeforeSendReply(Message, Object) method.

Implements

IDispatchMessageInspectorAfterReceiveRequest(Message, IClientChannel, InstanceContext)
See Also