RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.IsPortTypeHTTPBound Method

Indicates whether a specified port type has an HTTP binding.

Pascal
function IsPortTypeHTTPBound(const PortType: WideString): Boolean;
C++
__fastcall Boolean IsPortTypeHTTPBound(const BSTR PortType);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!