WebSocketCreationOptions.KeepAliveInterval Property

Definition

The keep-alive interval to use, or Zero or InfiniteTimeSpan to disable keep-alives. The default is Zero.

public:
 property TimeSpan KeepAliveInterval { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan KeepAliveInterval { get; set; }
member this.KeepAliveInterval : TimeSpan with get, set
Public Property KeepAliveInterval As TimeSpan

Property Value

Applies to