Edit

Share via


TransportDuplexSessionChannel Constructor

Definition

protected:
 TransportDuplexSessionChannel(System::ServiceModel::Channels::ChannelManagerBase ^ manager, System::ServiceModel::Channels::ITransportFactorySettings ^ settings, System::ServiceModel::EndpointAddress ^ localAddress, Uri ^ localVia, System::ServiceModel::EndpointAddress ^ remoteAddress, Uri ^ via);
protected TransportDuplexSessionChannel (System.ServiceModel.Channels.ChannelManagerBase manager, System.ServiceModel.Channels.ITransportFactorySettings settings, System.ServiceModel.EndpointAddress localAddress, Uri localVia, System.ServiceModel.EndpointAddress remoteAddress, Uri via);
new System.ServiceModel.Channels.TransportDuplexSessionChannel : System.ServiceModel.Channels.ChannelManagerBase * System.ServiceModel.Channels.ITransportFactorySettings * System.ServiceModel.EndpointAddress * Uri * System.ServiceModel.EndpointAddress * Uri -> System.ServiceModel.Channels.TransportDuplexSessionChannel
Protected Sub New (manager As ChannelManagerBase, settings As ITransportFactorySettings, localAddress As EndpointAddress, localVia As Uri, remoteAddress As EndpointAddress, via As Uri)

Parameters

localAddress
EndpointAddress
localVia
Uri
remoteAddress
EndpointAddress
via
Uri

Applies to