RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIpSocket.Domain Property

Sets or returns the protocol family used by the socket.

Pascal
property Domain: TSocketDomain;
C++
__property TSocketDomain Domain;

Use Domain to set or return the protocol family used by the socket. The TSocketDomain type defines the set of possible protocol family types for the Domain property. The default value of this property is pfUnspec. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!