System.Tether.Manager.TTetheringManager.BindToAddress

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BindToAddress: String read FBindToAddress write FBindToAddress;

C++

__property System::UnicodeString BindToAddress = {read=FBindToAddress, write=FBindToAddress};

Properties

Type Visibility Source Unit Parent
property public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManager

Description

Network (UDP) adapter binds to this address when the property is not empty.

This property is empty by default. In this case Network adapter tries to discover all tethering applications on all IPv4 subnets accessible from this computer. When it is set to a local IP address, the Network adapter will use only the subnet of that IP address.