System.Net.Socket.TIPAddress.Any

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property Any: TIPAddress read GetAny;

C++

/* static */ __property TIPAddress Any = {read=GetAny};

Properties

Type Visibility Source Unit Parent
property public
System.Net.Socket.pas
System.Net.Socket.hpp
System.Net.Socket TIPAddress

Description

An IP address that corresponds to the value INADDR_ANY.

See Also