RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPRIO.Port Property

Specifies the port to use when sending the SOAP message to execute a method call.

Pascal
property Port: string;
C++
__property AnsiString Port;

Set Port to indicate the desired port within the service specified by the Service property. Port is the name of a port defined in the WSDL document specified by the WSDLLocation property. Once you have set the WSDLLocation property, you can select a value for Port from a drop-down list in the Object Inspector. 

A port defines a binding (which indicates the interface to call and the encoding and transport protocols to use) and the address of the server machine. 

 

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