|
RAD Studio VCL Reference
|
Indicates whether a specified port type has an HTTP binding.
function IsPortTypeHTTPBound(const PortType: DOMString): Boolean;
__fastcall Boolean IsPortTypeHTTPBound(const DOMString 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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|