1 write to idPrefix
System.ServiceModel (1)
System\ServiceModel\Security\SendSecurityHeader.cs (1)
151this.idPrefix = string.IsNullOrEmpty(value) || value == "_" ? null : value;
3 references to idPrefix
System.ServiceModel (3)
System\ServiceModel\Security\SendSecurityHeader.cs (3)
147get { return this.idPrefix; } 548if (this.idPrefix != null) 550return this.idPrefix + id;