MessageInspector AfterReceiveReply Method CelloSaaS API Documentation
Called after WCF service replies

Namespace: CelloSaaS.BusinessEdition
Assembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

public void AfterReceiveReply(
	ref Message reply,
	Object correlationState
)

Parameters

reply
Type: System.ServiceModel.Channels Message 
correlationState
Type: System Object

Implements

IClientMessageInspector AfterReceiveReply(Message , Object)
See Also