connectionlist Proto property
Return to Introduction  Previous page  Next page
Applies to
acConnection object.  

Declaration
type  
  TacConnectionProto = (pTCP, pUDP, pAny);  
 
property Proto: TacConnectionProto;  

Description
The Proto property determines the low level protocol of the connection. The possible values are pTCP or pUDP.  

See also
ProtoName property.