次の方法で共有


TransportDuplexSessionChannel コンストラクター

定義

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)

パラメーター

localAddress
EndpointAddress
localVia
Uri
remoteAddress
EndpointAddress
via
Uri

適用対象