Microsoft.Protocols.TestSuites.Common.MessageInspector.AddBindingParameters C# (CSharp) Method

AddBindingParameters() public method

Implement the IEndpointBehavior interface to pass data at runtime to bindings to support custom behavior. In this implementation, this function will be kept empty.
public AddBindingParameters ( ServiceEndpoint endpoint, System bindingParameters ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint The endpoint to modify
bindingParameters System The objects that binding elements require to support the behavior.
return void
        public void AddBindingParameters(ServiceEndpoint endpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters)
        {
        }