Difference between revisions of "Midware TClientWSocket.LocalPort"

From Overbyte
Jump to navigation Jump to search
 
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.

Latest revision as of 14:17, 14 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.