Mono Class Library: System.Net.ServicePoint Overview | Members

System.Net.ServicePoint.IdleSince Property

Gets the date and time that the System.Net.ServicePoint was last connected to a host. [Edit]

public DateTime IdleSince { get; }

Value

A DateTime instance containing the date and time at which the System.Net.ServicePoint was last connected. [Edit]

Remarks

This property is read-only.

Note: When the difference between the current time and ServicePoint.IdleSince exceeds the value of ServicePoint.MaxIdleTime, the current instance is released by the System.Net.ServicePointManager and subsequently freed.

[Edit]

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0