ProtocolImporter::IsBindingSupported Method ()

 
Use BaseTrue

When overridden in a derived class, 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() abstract

Return Value

Type: System::Boolean

True if the binding is supported; otherwise false.

When generating code, the ProtocolImporter class calls the IsBindingSupported method to determine whether to generate a class for the current binding, as represented by the Binding property.

.NET Framework
Available since 1.1
Return to top
Show: