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

AddBindingParameters() public method

Pass the data at runtime to bindings to support custom behavior. The current implementation does nothing.
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)
        {
            // Leave empty, do nothing
        }