1 write to headerIndex
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
122
this.
headerIndex
= headerIndex;
2 references to headerIndex
System.ServiceModel (2)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (2)
349
get { return this.
headerIndex
; }
588
MessageHeaderInfo header = this.Message.Headers[this.
headerIndex
];