SoapProtocolImporter::IsBindingSupported Method ()
.NET Framework (current version)
Determines whether a class can be generated for the current binding.
Assembly: System.Web.Services (in System.Web.Services.dll)
Return Value
Type: System::Booleantrue if the class can be generated for the current binding; otherwise false.
The IsBindingSupported method determines whether to generate a class for the current binding, as represented by the P:System.Web.Services.Description.SoapProtocolImporter.Binding property. The method checks whether the P:System.Web.Services.Description.SoapProtocolImporter.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.
.NET Framework
Available since 1.1
Available since 1.1
Show: