[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
| RequestAnyMsg(MethodInfo, Nullable Guid , Object ) |
Constructs request message from method information and arguments for call invocation.
This constructor is slower as it uses reflection
| |
| RequestAnyMsg(TypeSpec, MethodSpec, Boolean, Nullable Guid , Object ) |
Constructs request message from pre-computed specs obtained by reflection.
This constructor is the fastest as it does not use reflection
| |
| RequestAnyMsg(RequestMsg, MethodInfo, Nullable Guid , Object , Boolean, Boolean) |
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
| |
| RequestAnyMsg(RequestMsg, TypeSpec, MethodSpec, Boolean, Nullable Guid , Object , Boolean, Boolean) |
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
|
See Also