Difference between revisions of "Midware TClientWSocket.LocalPort"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TClientWSocket -> [[Midware_TClientWSocket.LocalPort | L…')
 
Line 3: Line 3:
 
== Definition ==
 
== Definition ==
  
  '''property''' LocalPort: '''string''';
+
  '''property''' LocalPort: '''String''';
  
 
== Description ==
 
== Description ==
  
 
LocalPort gives the port number (or service name) associated by winsock on the local computer for the connection made by client. If unassigned (nul) before connecting, then winsock will choose a free port automatically otherwise, winsock will use provided value.
 
LocalPort gives the port number (or service name) associated by winsock on the local computer for the connection made by client. If unassigned (nul) before connecting, then winsock will choose a free port automatically otherwise, winsock will use provided value.

Revision as of 08:12, 5 May 2011

Main page -> Midware component reference -> TClientWSocket -> LocalPort

Definition

property LocalPort: String;

Description

LocalPort gives the port number (or service name) associated by winsock on the local computer for the connection made by client. If unassigned (nul) before connecting, then winsock will choose a free port automatically otherwise, winsock will use provided value.