SoapProtocolImporter.IsBindingSupported Method

Definition

Determines whether a class can be generated for the current binding.

C#
protected override bool IsBindingSupported();

Returns

true if the class can be generated for the current binding; otherwise false.

Remarks

The IsBindingSupported method determines whether to generate a class for the current binding, as represented by the Binding property. The method checks whether the Binding property's Extensions property contains a SoapBinding instance. In addition, the transport mechanism obtained through the Transport property must be supported by the current Web services configuration.

Applies to

Produkt Versionen
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1