RequestAnyMsg Constructor (RequestMsg, TypeSpec, MethodSpec, Boolean, Nullable Guid ,  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 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

public RequestAnyMsg(
	RequestMsg inspectedOriginal,
	TypeSpec contract,
	MethodSpec method,
	bool oneWay,
	Nullable<Guid> instance,
	Object[] args,
	bool cloneHeaders = true,
	bool cloneCorrelation = true
)
See Also