WebHttpBodyMarshaller.ICustomBodyMarshaller.CreateBizTalkMessageBody Method

Definition

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

Stream

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

Returns

Stream

Implements

Applies to