2 writes to serviceLastModified
System.ServiceModel.Web (2)
System\ServiceModel\Description\WebScriptClientGenerator.cs (2)
34
this.
serviceLastModified
= DateTime.UtcNow;
38
this.
serviceLastModified
= new DateTime(this.serviceLastModified.Year, this.serviceLastModified.Month, this.serviceLastModified.Day, this.serviceLastModified.Hour, this.serviceLastModified.Minute, this.serviceLastModified.Second, DateTimeKind.Utc);
8 references to serviceLastModified
System.ServiceModel.Web (8)
System\ServiceModel\Description\WebScriptClientGenerator.cs (8)
38
this.serviceLastModified = new DateTime(this.
serviceLastModified
.Year, this.
serviceLastModified
.Month, this.
serviceLastModified
.Day, this.
serviceLastModified
.Hour, this.
serviceLastModified
.Minute, this.
serviceLastModified
.Second, DateTimeKind.Utc);
61
serviceLastModifiedRfc1123String =
serviceLastModified
.ToString("R", DateTimeFormatInfo.InvariantInfo);
118
return (ifModifiedSinceDateTime >=
serviceLastModified
);