Difference between revisions of "TWSocketServer.Addr"

From Overbyte
Jump to navigation Jump to search
 
Line 5: Line 5:
 
== Description ==
 
== Description ==
  
The interface to listen on. '''0.0.0.0''' means all interfaces.
+
The IP address of interface to listen on. '''0.0.0.0''' means all interfaces.
  
 
== Example ==
 
== Example ==

Revision as of 15:21, 19 February 2006

Definition

property Addr: string;

Description

The IP address of interface to listen on. 0.0.0.0 means all interfaces.

Example

Best practices

How to