URLConnection.IfModifiedSince Property

Definition

Returns the value of this object's ifModifiedSince field. -or- Sets the value of the ifModifiedSince field of this URLConnection to the specified value.

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

Property Value

the value of this object's ifModifiedSince field.

Attributes

Exceptions

if this URLConnection has already been connected.

Remarks

Property getter documentation:

Returns the value of this object's ifModifiedSince field.

Java documentation for java.net.URLConnection.getIfModifiedSince().

Property setter documentation:

Sets the value of the ifModifiedSince field of this URLConnection to the specified value.

Java documentation for java.net.URLConnection.setIfModifiedSince(long).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to