Soap.WSDLBind.IPort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IPort = interface(IDocumented)

C++

__interface  INTERFACE_UUID("{10D0E981-A053-4C0F-AE5A-785D2B0D97FD}") IPort  : public IDocumented

Properties

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

Description

IPort is an interface for the ports in a WSDL document.

Use the IPort interface to access the properties and methods specific for the ports in a WSDL document.

See Also