Soap.WSDLItems.TWSDLItems.IsPortTypeHTTPBound

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  IsPortTypeHTTPBound(const PortType: DOMString): Boolean;

C++

bool __fastcall IsPortTypeHTTPBound(const System::UnicodeString PortType);

Properties

Type Visibility Source Unit Parent
function public
Soap.WSDLItems.pas
Soap.WSDLItems.hpp
Soap.WSDLItems TWSDLItems

Description

Indicates whether a specified port type has an HTTP binding.

Call IsPortTypeHTTPBound to determine whether there is an HTTP binding for a specified port type. A port type corresponds to an invokable interface.

PortType is the port type you want to check.

IsPortTypeHTTPBound returns true if the specified port type has an HTTP binding, false otherwise.

See Also