When overridden in a derived class, determines whether a class can be generated for the current binding.
True if the binding is supported; otherwise false.
When generating code, the System.Web.Services.Description.ProtocolImporter class calls the ProtocolImporter.IsBindingSupported method to determine whether to generate a class for the current binding, as represented by the ProtocolImporter.Binding property.