10 writes to IncludeTimestamp
System.ServiceModel.Federation (2)
System\ServiceModel\Federation\WsFederationHttpBinding.cs (2)
55IncludeTimestamp = true, 72IncludeTimestamp = true,
System.ServiceModel.Http (1)
System\ServiceModel\MessageSecurityOverHttp.cs (1)
113result.IncludeTimestamp = true;
System.ServiceModel.NetTcp (1)
System\ServiceModel\MessageSecurityOverTcp.cs (1)
97result.IncludeTimestamp = true;
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\SecurityBindingElement.cs (6)
39IncludeTimestamp = defaultIncludeTimestamp; 58IncludeTimestamp = elementToBeCloned.IncludeTimestamp; 494result.IncludeTimestamp = true; 529result.IncludeTimestamp = true; 555result.IncludeTimestamp = true; 591primary.IncludeTimestamp = true;
4 references to IncludeTimestamp
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WsFederationHttpBinding.cs (1)
49/// <para>Sets: <see cref="SecurityBindingElement.IncludeTimestamp"/> == true.</para></remarks>
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\SecurityBindingElement.cs (3)
58IncludeTimestamp = elementToBeCloned.IncludeTimestamp; 288factory.AddTimestamp = IncludeTimestamp; 608sb.AppendLine(string.Format(CultureInfo.InvariantCulture, "IncludeTimestamp: {0}", IncludeTimestamp.ToString()));