1 write to headerInfos
System.ServiceModel (1)
System\ServiceModel\Channels\Message.cs (1)
2019
this.
headerInfos
= new HeaderInfo[maxHeaderInfos];
6 references to headerInfos
System.ServiceModel (6)
System\ServiceModel\Channels\Message.cs (6)
1986
if (this.
headerInfos
!= null)
1991
HeaderInfo headerInfo = this.
headerInfos
[i];
1996
this.
headerInfos
[i] = null;
2017
if (this.
headerInfos
== null)
2024
if (this.
headerInfos
[i] == null)
2034
this.
headerInfos
[i] = headerInfoToReturn;