In This Topic
Determines whether the client will automatically ping the server periodically to keep the connection alive.
Syntax
'Declaration
Public Property AutoKeepAlive As Boolean
public bool AutoKeepAlive {get; set;}
public:
property bool AutoKeepAlive {
bool get();
void set ( bool value);
}
See Also