Szerkesztés

Megosztás a következőn keresztül:


NetworkingOptions.MaxSocketAge Property

Definition

Caution

Not supported

The MaxSocketAge attribute specifies how long to keep an open socket before it is closed. Default is TimeSpan.MaxValue (never close sockets automatically, unless they were broken).

public TimeSpan MaxSocketAge { get; set; }
[System.Obsolete("Not supported")]
public TimeSpan MaxSocketAge { get; set; }
member this.MaxSocketAge : TimeSpan with get, set
[<System.Obsolete("Not supported")>]
member this.MaxSocketAge : TimeSpan with get, set
Public Property MaxSocketAge As TimeSpan

Property Value

Attributes

Applies to