Edit

Share via


TransportOutputChannel Constructor

Definition

protected:
 TransportOutputChannel(System::ServiceModel::Channels::ChannelManagerBase ^ channelManager, System::ServiceModel::EndpointAddress ^ to, Uri ^ via, bool manualAddressing, System::ServiceModel::Channels::MessageVersion ^ messageVersion);
protected TransportOutputChannel (System.ServiceModel.Channels.ChannelManagerBase channelManager, System.ServiceModel.EndpointAddress to, Uri via, bool manualAddressing, System.ServiceModel.Channels.MessageVersion messageVersion);
new System.ServiceModel.Channels.TransportOutputChannel : System.ServiceModel.Channels.ChannelManagerBase * System.ServiceModel.EndpointAddress * Uri * bool * System.ServiceModel.Channels.MessageVersion -> System.ServiceModel.Channels.TransportOutputChannel
Protected Sub New (channelManager As ChannelManagerBase, to As EndpointAddress, via As Uri, manualAddressing As Boolean, messageVersion As MessageVersion)

Parameters

channelManager
ChannelManagerBase
via
Uri
manualAddressing
Boolean
messageVersion
MessageVersion

Applies to