SoapProtocolImporter.IsBindingSupported Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether a class can be generated for the current binding.
protected:
override bool IsBindingSupported();
protected override bool IsBindingSupported ();
override this.IsBindingSupported : unit -> bool
Protected Overrides Function IsBindingSupported () As Boolean
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.