SoapProtocolImporter::IsBindingSupported Method ()

 
Use BaseTrue

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

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

protected:
virtual bool IsBindingSupported() override

Return Value

Type: System::Boolean

true 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
Return to top
Show: