Click or drag to resize

FormatSpecificationInspectorBeforeSendReply Method

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

Namespace: GSF.ServiceModel.Activation
Assembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.181-beta
Syntax
public void BeforeSendReply(
	ref Message reply,
	Object correlationState
)
View Source

Parameters

reply  Message
The reply message. This value is null if the operation is one way.
correlationState  Object
The correlation object returned from the AfterReceiveRequest(Message, IClientChannel, InstanceContext) method.

Implements

IDispatchMessageInspectorBeforeSendReply(Message, Object)
See Also