EnablePing Property
Overloads
| EnablePing | 
             If this property is set to   | 
        
      
    
EnablePing
If this property is set to true then a websocket will be opened at the first possible opportunity by forcing a dummy
RPC request to the engine. If the value is false then a websocket will be opened only when the first RPC request is made.
Default value is: true
Declaration
      bool EnablePing { get; set; }
    
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |