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