Soap.WSDLNode.TWSDLView.Port

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Port: string read GetPort write FPort;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Soap.WSDLNode.pas
Soap.WSDLNode.hpp
Soap.WSDLNode TWSDLView

Description

Specifies the target port that is defined in the WSDL document.

Port is the name of a port that is defined in the WSDL document identified by the WSDL property. A Port represents the address of a Web Service application, a transport protocol that is used for requests to that application, the data format to use for encoding requests, and the port type that defines the operations contained in those requests.

See Also