NetHttpsBinding.BuildChannelFactory<TChannel>(BindingParameterCollection) Método
Definição
Cria a pilha de fábricas de canais no cliente que cria um tipo de canal especificado e que satisfaz os recursos especificados por uma coleção de parâmetros de associação.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
O tipo de canal que a fábrica de canais produz.The type of channel the channel factory produces.
Parâmetros
- parameters
- BindingParameterCollection
Especifica os requisitos para a fábrica de canais criada.Specifies the requirements for the channel factory built.
Retornos
Uma IChannelFactory<TChannel> do tipo TChannel que satisfaz os recursos especificados pela coleção.An IChannelFactory<TChannel> of type TChannel that satisfies the features specified by the collection.