|
|
|
| acConnection object.
|
| type
|
| TacConnectionProto = (pTCP, pUDP, pAny);
|
|
|
| property Proto: TacConnectionProto;
|
| The Proto property determines the low level protocol of the connection. The possible values are pTCP or pUDP.
|
| ProtoName property.
|