SynchronousReceiveBehavior.IEndpointBehavior.AddBindingParameters Method

Definition

Not implemented in this class.

 virtual void System.ServiceModel.Description.IEndpointBehavior.AddBindingParameters(System::ServiceModel::Description::ServiceEndpoint ^ serviceEndpoint, System::ServiceModel::Channels::BindingParameterCollection ^ parameters) = System::ServiceModel::Description::IEndpointBehavior::AddBindingParameters;
void IEndpointBehavior.AddBindingParameters (System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Channels.BindingParameterCollection parameters);
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, parameters As BindingParameterCollection) Implements IEndpointBehavior.AddBindingParameters

Parameters

serviceEndpoint
ServiceEndpoint

The endpoint to modify.

parameters
BindingParameterCollection

The objects that binding elements require to support the behavior.

Implements

Remarks

See AddBindingParameters(ServiceEndpoint, BindingParameterCollection) for a description of the interface member that this class implements.

Applies to