1 write to headers
System.Web.Services (1)
System\Web\Services\Protocols\SoapReflector.cs (1)
444
soapMethod.
headers
= new SoapReflectedHeader[headerAttributes.Length];
11 references to headers
System.Web.Services (11)
System\Web\Services\Description\SoapProtocolReflector.cs (1)
74
CreateHeaderMessages(soapMethod.name, soapMethod.use, soapMethod.inHeaderMappings, soapMethod.outHeaderMappings, soapMethod.
headers
, soapMethod.rpc);
System\Web\Services\Protocols\SoapClientProtocol.cs (2)
93
for (int j = 0; j < soapMethod.
headers
.Length; j++) {
95
SoapReflectedHeader soapHeader = soapMethod.
headers
[j];
System\Web\Services\Protocols\SoapReflector.cs (4)
446
int back = soapMethod.
headers
.Length;
449
for (int i = 0; i < soapMethod.
headers
.Length; i++) {
509
soapMethod.
headers
[--back] = soapHeader;
512
soapMethod.
headers
[front++] = soapHeader;
System\Web\Services\Protocols\SoapServerMethod.cs (2)
218
for (int j = 0; j < soapMethod.
headers
.Length; j++) {
220
SoapReflectedHeader soapHeader = soapMethod.
headers
[j];
System\Web\Services\Protocols\SoapServerProtocol.cs (2)
145
for (int j = 0; j < soapMethod.
headers
.Length; j++) {
147
SoapReflectedHeader soapHeader = soapMethod.
headers
[j];