Difference between revisions of "Midware TAppServer.Port"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
== Definition == | == Definition == | ||
− | '''property''' Port: | + | '''property''' Port: String; |
== Description == | == Description == | ||
The port property gives the port number or service name used by the server to listen for client connection. It can be a numeric value or a string value which must be present in the 'services' file. You should not use any port number already used in your computer. Default value is 2106. | The port property gives the port number or service name used by the server to listen for client connection. It can be a numeric value or a string value which must be present in the 'services' file. You should not use any port number already used in your computer. Default value is 2106. |
Latest revision as of 09:09, 14 May 2011
Main page -> Midware component reference -> TAppServer -> Port
Definition
property Port: String;
Description
The port property gives the port number or service name used by the server to listen for client connection. It can be a numeric value or a string value which must be present in the 'services' file. You should not use any port number already used in your computer. Default value is 2106.