WebSocketTransportSettingsElement.KeepAliveInterval Property

Definition

Gets or sets the keep alive interval.

public:
 property TimeSpan KeepAliveInterval { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("keepAliveInterval", DefaultValue="00:00:00")]
public TimeSpan KeepAliveInterval { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("keepAliveInterval", DefaultValue="00:00:00")>]
member this.KeepAliveInterval : TimeSpan with get, set
Public Property KeepAliveInterval As TimeSpan

Property Value

The keep alive interval.

Attributes

Applies to