ResponseMsg Constructor (ResponseMsg, Object, Boolean, Boolean)NFX Class Library

[This is preliminary documentation and is subject to change.]

This .ctor is handy for message inspectors. Creates a substitute message for the original one with new value. Binding-specific context is cloned and headers/correlation data are cloned conditionaly

Namespace: NFX.Glue.Protocol
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public ResponseMsg(
	ResponseMsg inspectedOriginal,
	Object newReturnValue,
	bool cloneHeaders = true,
	bool cloneCorrelation = true
)
See Also