WebHttpBodyMarshaller.ICustomBodyMarshaller.CreateWcfMessageBody Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| ICustomBodyMarshaller.CreateWcfMessageBody(IBaseMessage, RLConfig, IDictionary<String,Object>) | |
| ICustomBodyMarshaller.CreateWcfMessageBody(IBaseMessage, TLConfig, IDictionary<String,Object>) |
ICustomBodyMarshaller.CreateWcfMessageBody(IBaseMessage, RLConfig, IDictionary<String,Object>)
virtual System::ServiceModel::Channels::BodyWriter ^ Microsoft.BizTalk.Adapter.Wcf.Common.ICustomBodyMarshaller.CreateWcfMessageBody(Microsoft::BizTalk::Message::Interop::IBaseMessage ^ biztalkMessage, Microsoft::BizTalk::Adapter::Wcf::Config::RLConfig ^ rlConfig, [Runtime::InteropServices::Out] System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ % wcfMessageProperties) = Microsoft::BizTalk::Adapter::Wcf::Common::ICustomBodyMarshaller::CreateWcfMessageBody;
System.ServiceModel.Channels.BodyWriter ICustomBodyMarshaller.CreateWcfMessageBody (Microsoft.BizTalk.Message.Interop.IBaseMessage biztalkMessage, Microsoft.BizTalk.Adapter.Wcf.Config.RLConfig rlConfig, out System.Collections.Generic.IDictionary<string,object> wcfMessageProperties);
Parameters
- biztalkMessage
- IBaseMessage
- rlConfig
- RLConfig
- wcfMessageProperties
- IDictionary<String,Object>
Returns
Implements
Applies to
ICustomBodyMarshaller.CreateWcfMessageBody(IBaseMessage, TLConfig, IDictionary<String,Object>)
virtual System::ServiceModel::Channels::BodyWriter ^ Microsoft.BizTalk.Adapter.Wcf.Common.ICustomBodyMarshaller.CreateWcfMessageBody(Microsoft::BizTalk::Message::Interop::IBaseMessage ^ biztalkMessage, Microsoft::BizTalk::Adapter::Wcf::Config::TLConfig ^ tlConfig, [Runtime::InteropServices::Out] System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ % wcfMessageProperties) = Microsoft::BizTalk::Adapter::Wcf::Common::ICustomBodyMarshaller::CreateWcfMessageBody;
System.ServiceModel.Channels.BodyWriter ICustomBodyMarshaller.CreateWcfMessageBody (Microsoft.BizTalk.Message.Interop.IBaseMessage biztalkMessage, Microsoft.BizTalk.Adapter.Wcf.Config.TLConfig tlConfig, out System.Collections.Generic.IDictionary<string,object> wcfMessageProperties);
Parameters
- biztalkMessage
- IBaseMessage
- tlConfig
- TLConfig
- wcfMessageProperties
- IDictionary<String,Object>