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

Validate() public method

Implement to confirm that the endpoint meets some intended criteria. In this implementation, this function will be kept empty.
public Validate ( ServiceEndpoint endpoint ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint The endpoint to validate.
return void
        public void Validate(ServiceEndpoint endpoint)
        {
        }