Click or drag to resize

WcfMessageInspectorBeforeSendReply Method

Called after the operation has returned but before the reply message is sent.

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

Parameters

reply
Type: System.ServiceModel.ChannelsMessage
The reply message. This value is null if the operation is one way.
correlationState
Type: SystemObject
The correlation object returned from the AfterReceiveRequest(Message, IClientChannel, InstanceContext) method.

Implements

IDispatchMessageInspectorBeforeSendReply(Message, Object)
See Also