Soap.SOAPHTTPClient.THTTPRIO.Port

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Port: string read GetPort write SetPortValue;

C++

__property System::UnicodeString Port = {read=GetPort, write=SetPortValue};

Properties

Type Visibility Source Unit Parent
property published
Soap.SOAPHTTPClient.pas
Soap.SOAPHTTPClient.hpp
Soap.SOAPHTTPClient THTTPRIO

Description

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

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.

See Also