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