Opc.Ua.ServiceMessageContextMessageInspector.Validate C# (CSharp) Method

Validate() public method

Implement to confirm that the endpoint meets some intended criteria.
public Validate ( ServiceEndpoint endpoint ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint The endpoint to validate.
return void
        public void Validate(ServiceEndpoint endpoint)
        {
        }
        #endregion