BasicHttpsBinding.BuildChannelFactory<TChannel> Methode

Definition

Erstellt den Kanalfactorystapel auf dem Client, der einen bestimmten Kanaltyp erstellt.

public:
generic <typename TChannel>
 override System::ServiceModel::Channels::IChannelFactory<TChannel> ^ BuildChannelFactory(System::ServiceModel::Channels::BindingParameterCollection ^ parameters);
public override System.ServiceModel.Channels.IChannelFactory<TChannel> BuildChannelFactory<TChannel>(System.ServiceModel.Channels.BindingParameterCollection parameters);
override this.BuildChannelFactory : System.ServiceModel.Channels.BindingParameterCollection -> System.ServiceModel.Channels.IChannelFactory<'Channel>
Public Overrides Function BuildChannelFactory(Of TChannel) (parameters As BindingParameterCollection) As IChannelFactory(Of TChannel)

Typparameter

TChannel

Der Kanaltyp.

Parameter

parameters
BindingParameterCollection

Dies BindingParameterCollection legt die Anforderungen für die integrierte Kanalfactory fest.

Gibt zurück

Der Kanal-Factorystapel auf dem Client.

Gilt für: