次の方法で共有


OutboundRule.EnableTcpReset プロパティ

定義

TCP フローのアイドル タイムアウトまたは予期しない接続終了で双方向 TCP リセットを受信するを取得または設定します。 この要素が使用されるのは、プロトコルが TCP に設定されている場合のみです。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableTcpReset")]
public bool? EnableTcpReset { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableTcpReset")>]
member this.EnableTcpReset : Nullable<bool> with get, set
Public Property EnableTcpReset As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象