TBlockSocket.Family
TBlockSocket     

property Family: TSocketFamily;

Unit
blcksock

Description
Specified Family of this socket. When you are using Windows prelimitary support for IPv6, then I recommending set this property!

Values can be:

SF_IP4 - Turn this class to pure IPv4 mode. This mode is totally compatible with previous Synapse releases.

SF_IP6 - Turn this class to pure IPv6 mode.

SF_Any - Default mode. Socket family is defined by target address for connection. It allows instant access to IPv4 and IPv6 nodes. When you need IPv6 address as destination, then is used IPv6 mode. othervise is used Ipv4 mode.





See also:
Bind, CreateSocket, CreateSocketByName, PreferIP4