3 writes to includeTimestamp
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityBindingElement.cs (3)
61
this.
includeTimestamp
= defaultIncludeTimestamp;
82
this.
includeTimestamp
= elementToBeCloned.includeTimestamp;
198
this.
includeTimestamp
= value;
3 references to includeTimestamp
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityBindingElement.cs (3)
82
this.includeTimestamp = elementToBeCloned.
includeTimestamp
;
194
return this.
includeTimestamp
;
1835
sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "IncludeTimestamp: {0}", this.
includeTimestamp
.ToString()));