Home
last modified time | relevance | path

Searched refs:KeepAlive (Results 1 – 1 of 1) sorted by relevance

/thrift-3.4.0/lib/delphi/src/
DThrift.Socket.pas205 property KeepAlive: Boolean read FKeepAlive write SetKeepAlive; property
697 if KeepAlive then SetKeepAlive(KeepAlive);
909 Value := IfThen(KeepAlive, 1, 0);
1583 if KeepAlive then
1584 Client.KeepAlive := KeepAlive;