Soap.WSDLItems.TWSDLItems.IsPortTypeHTTPBound

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function  IsPortTypeHTTPBound(const PortType: DOMString): Boolean;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Soap.WSDLItems.pas
Soap.WSDLItems.hpp
Soap.WSDLItems TWSDLItems

Beschreibung

Prüft, ob ein bestimmter Porttyp über eine HTTP-Binding verfügt.

Mit IsPortTypeHTTPBound können Sie ermitteln, ob eine HTTP-Bindung für einen bestimmten Porttyp vorhanden ist. Ein Porttyp entspricht einer aufrufbaren Schnittstelle.

PortType ist der zu prüfende Porttyp.

IsPortTypeHTTPBound gibt true zurück, wenn der angegebene Porttyp über eine HTTP-Bindung verfügt. Andernfalls wird false zurückgegeben.

Siehe auch