次の方法で共有


WebSocketTransportSettingsElement.KeepAliveInterval プロパティ

定義

Keep Alive 間隔を取得または設定します。

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

プロパティ値

TimeSpan

キープ アライブ間隔。

属性

適用対象