RequestMsg Constructor (RequestMsg, MethodInfo, Nullable Guid , 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 values. 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

protected RequestMsg(
	RequestMsg inspectedOriginal,
	MethodInfo method,
	Nullable<Guid> instance,
	bool cloneHeaders = true,
	bool cloneCorrelation = true
)
See Also