TransactedBatchingBehavior.IEndpointBehavior.AddBindingParameters(ServiceEndpoint, BindingParameterCollection) Método
Definição
Aplica as configurações de associação ao ponto de extremidade de serviço especificado.Applies binding settings to the specified service endpoint. Esse método não pode ser herdado.This method cannot be inherited.
virtual void System.ServiceModel.Description.IEndpointBehavior.AddBindingParameters(System::ServiceModel::Description::ServiceEndpoint ^ serviceEndpoint, System::ServiceModel::Channels::BindingParameterCollection ^ bindingParameters) = System::ServiceModel::Description::IEndpointBehavior::AddBindingParameters;
void IEndpointBehavior.AddBindingParameters (System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters);
abstract member System.ServiceModel.Description.IEndpointBehavior.AddBindingParameters : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Channels.BindingParameterCollection -> unit
override this.System.ServiceModel.Description.IEndpointBehavior.AddBindingParameters : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Channels.BindingParameterCollection -> unit
Sub AddBindingParameters (serviceEndpoint As ServiceEndpoint, bindingParameters As BindingParameterCollection) Implements IEndpointBehavior.AddBindingParameters
Parâmetros
- serviceEndpoint
- ServiceEndpoint
Um ponto de extremidade de serviço em que são aplicadas as configurações de comportamento.A service endpoint where behavior settings are applied.
- bindingParameters
- BindingParameterCollection
Uma coleção de parâmetros de associação que armazenam informações usadas pelos elementos de associação para criar as fábricas.A collection of binding parameters that store information used by binding elements to build factories.
Implementações
Comentários
Permite que você adicione parâmetros de associação adicionais ao ponto de extremidade de serviço especificado.Enables you to add additional binding parameters to the specified service endpoint. Isso normalmente é usado ao trabalhar com uma associação personalizada.This is normally used when working with a custom binding.