Soap.WSDLItems.TWSDLItems.IsPortTypeHTTPBound

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function  IsPortTypeHTTPBound(const PortType: DOMString): Boolean;

C++

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

Propriétés

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

Description

Indique si un type de port spécifié a une liaison HTTP.

Appelez IsPortTypeHTTPBound pour déterminer s'il y a une liaison HTTP pour un type de port spécifié. Un type de port correspond à une interface invocable.

PortType est le type de port que vous voulez vérifier.

IsPortTypeHTTPBound renvoie true si le port spécifié a une liaison HTTP, false sinon.

Voir aussi