次の方法で共有


NetworkInterface.DisableTcpStateTracking プロパティ

定義

tcp 状態の追跡を無効にするかどうかを示す値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象