Soap.WSDLBind.IBinding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IBinding = interface(IDocumented)

C++

__interface  INTERFACE_UUID("{1910D8C3-7492-405E-9D9F-62311D24B603}") IBinding  : public IDocumented

Properties

Type Visibility Source Unit Parent
interface
class
public
Soap.WSDLBind.pas
Soap.WSDLBind.hpp
Soap.WSDLBind Soap.WSDLBind

Description

IBinding is an interface for a binding element in the WSDL document.

Use the IBinding interface to access the properties and methods specific to the binding element in a WSDL document.

IBinding exposes methods and properties that can be used to access the name and type of a binding in a WSDL document.

See Also