Compartir a través de


WebHttpBodyMarshaller.ICustomBodyMarshaller.CreateWcfMessageBody Método

Definición

Sobrecargas

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);

Parámetros

biztalkMessage
IBaseMessage
rlConfig
RLConfig
wcfMessageProperties
IDictionary<String,Object>

Devoluciones

Implementaciones

Se aplica a

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);

Parámetros

biztalkMessage
IBaseMessage
tlConfig
TLConfig
wcfMessageProperties
IDictionary<String,Object>

Devoluciones

Implementaciones

Se aplica a