Java.Net.URLConnection.IfModifiedSince Property
Returns the point of time since when the data must be modified to be transmitted.

Syntax

[get: Android.Runtime.Register("getIfModifiedSince", "()J", "GetGetIfModifiedSinceHandler")]
[set: Android.Runtime.Register("setIfModifiedSince", "(J)V", "GetSetIfModifiedSince_JHandler")]
public virtual long IfModifiedSince { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif this URLConnection has already been connected.
Java.Lang.IllegalStateExceptionif this URLConnection has already been connected.
Java.Lang.IllegalStateExceptionif this URLConnection has already been connected.
Java.Lang.IllegalStateExceptionif this URLConnection has already been connected.
Java.Lang.IllegalStateExceptionif this URLConnection has already been connected.

Remarks

Get method documentation [Android Documentation]

Returns the point of time since when the data must be modified to be transmitted. Some protocols transmit data only if it has been modified more recently than a particular time.

Set method documentation [Android Documentation]

Sets the point of time since when the data must be modified to be transmitted. Some protocols transmit data only if it has been modified more recently than a particular time. The data will be transmitted regardless of its timestamp if this option is set to 0.

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1