Difference between revisions of "Midware TAppSrvClient.Port"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | [[Midware | Main page]] -> [[Midware_Components_Reference | Midware component reference]] -> [[Midware_TAppSrvClient | TAppSrvClient]] -> [[Midware_TAppSrvClient.Port | Port]] | |
== Definition == | == Definition == | ||
− | '''property''' Port: | + | '''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.