System.Net.URLClient.TURI.Port

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Port: Integer read FPort write FPort;

C++

__property int Port = {read=FPort, write=FPort};

Properties

Type Visibility Source Unit Parent
property public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TURI

Description

Port of the URI.

The Port data field is the port part of the URI.

See Also