WebHttpBodyMarshaller.ICustomBodyMarshaller.CreateBizTalkMessageBody 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.CreateBizTalkMessageBody(Message, RLConfig) | |
| ICustomBodyMarshaller.CreateBizTalkMessageBody(Message, TLConfig) |
ICustomBodyMarshaller.CreateBizTalkMessageBody(Message, RLConfig)
virtual System::IO::Stream ^ Microsoft.BizTalk.Adapter.Wcf.Common.ICustomBodyMarshaller.CreateBizTalkMessageBody(System::ServiceModel::Channels::Message ^ wcfMessage, Microsoft::BizTalk::Adapter::Wcf::Config::RLConfig ^ rlConfig) = Microsoft::BizTalk::Adapter::Wcf::Common::ICustomBodyMarshaller::CreateBizTalkMessageBody;
System.IO.Stream ICustomBodyMarshaller.CreateBizTalkMessageBody (System.ServiceModel.Channels.Message wcfMessage, Microsoft.BizTalk.Adapter.Wcf.Config.RLConfig rlConfig);
Parameters
- wcfMessage
- Message
- rlConfig
- RLConfig
Returns
Implements
Applies to
ICustomBodyMarshaller.CreateBizTalkMessageBody(Message, TLConfig)
virtual System::IO::Stream ^ Microsoft.BizTalk.Adapter.Wcf.Common.ICustomBodyMarshaller.CreateBizTalkMessageBody(System::ServiceModel::Channels::Message ^ wcfMessage, Microsoft::BizTalk::Adapter::Wcf::Config::TLConfig ^ tlConfig) = Microsoft::BizTalk::Adapter::Wcf::Common::ICustomBodyMarshaller::CreateBizTalkMessageBody;
System.IO.Stream ICustomBodyMarshaller.CreateBizTalkMessageBody (System.ServiceModel.Channels.Message wcfMessage, Microsoft.BizTalk.Adapter.Wcf.Config.TLConfig tlConfig);
Parameters
- wcfMessage
- Message
- tlConfig
- TLConfig