Property KeepAliveInterval
KeepAliveInterval
Gets/Sets the KeepAliveInterval, which will be in effect, if the EnabledKeepAlive is set to 'true' or is specified 'true' from the client configuration.
Declaration
public TimeSpan? KeepAliveInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.TimeSpan> | The time interval which specifies the KeepAliveInterval in seconds. |