BasicHttpBinding.BuildChannelFactory<TChannel>(BindingParameterCollection) Método
Definición
Compila la pila de generador de canales en el cliente que crea un tipo especificado de canal y satisface las características especificadas por una colección de parámetros de enlace.Builds the channel factory stack on the client that creates a specified type of channel and that satisfies the features specified by a collection of binding parameters.
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)
Parámetros de tipo
- TChannel
El tipo de canal que produce el generador de canales.The type of channel the channel factory produces.
Parámetros
- parameters
- BindingParameterCollection
Especifica los requisitos para el generador del canal compilado.Specifies the requirements for the channel factory built.
Devoluciones
IChannelFactory<TChannel> de tipo TChannel
que satisface las características especificadas por la colección.An IChannelFactory<TChannel> of type TChannel
that satisfies the features specified by the collection.