Click or drag to resize

WcfMessageInspectorAfterReceiveReply Method

Enables inspection or modification of a message after a reply message is received but prior to passing it back to the client application.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public void AfterReceiveReply(
	ref Message reply,
	Object correlationState
)

Parameters

reply
Type: System.ServiceModel.ChannelsMessage
The message to be transformed into types and handed back to the client application.
correlationState
Type: SystemObject
Correlation state data.

Implements

IClientMessageInspectorAfterReceiveReply(Message, Object)
See Also