Difference between revisions of "Midware TAppSrvClient.Port"

From Overbyte
Jump to navigation Jump to search
(Created page with 'Answer property is to be accessed from the OnRequestDone eMidware component reference]] -> TAppSrvClient -> Port == …')
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Answer property is to be accessed from the OnRequestDone eMidware component reference]] -> [[Midware_TAppSrvClient | TAppSrvClient]] -> [[Midware_TAppSrvClient.Port | Port]]
+
[[Midware | Main page]] -> [[Midware_Components_Reference | Midware component reference]] -> [[Midware_TAppSrvClient | TAppSrvClient]] -> [[Midware_TAppSrvClient.Port | Port]]
  
 
== Definition ==
 
== Definition ==
  
  '''property''' Port: '''Sting''';
+
  '''property''' Port: Sting;
  
 
== Description ==
 
== Description ==
  
 
This is the port number used by the server to listen for clients. It defaults to 2106 but can be anything. It can even be a symbolic name provided that name is in the 'services' table.
 
This is the port number used by the server to listen for clients. It defaults to 2106 but can be anything. It can even be a symbolic name provided that name is in the 'services' table.

Latest revision as of 12:25, 14 May 2011

Main page -> Midware component reference -> TAppSrvClient -> Port

Definition

property Port: Sting;

Description

This is the port number used by the server to listen for clients. It defaults to 2106 but can be anything. It can even be a symbolic name provided that name is in the 'services' table.