KeepAlive property
bool
get
KeepAlive
Implementation
bool get KeepAlive => this._keepAlive;
set
KeepAlive
(bool value)
Implementation
set KeepAlive(bool value) {
this._keepAlive = value;
}