set_etag
Description:
[
Version ( since =
"0.2.0" ) ]
public void set_etag (
string? etag)
Sets the etag property of the
Query to the new ETag, etag
.
Set etag
to null
to not check against the server-side ETag.
Parameters:
this |
a Query
|
etag |
the new ETag, or null
|