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