3 writes to headerType
System.Web.Services (3)
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
100mapping.headerType = soapHeader.headerType;
System\Web\Services\Protocols\SoapServerMethod.cs (1)
225mapping.headerType = soapHeader.headerType;
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
152mapping.headerType = soapHeader.headerType;
7 references to headerType
System.Web.Services (7)
System\Web\Services\Protocols\SoapHeader.cs (7)
172return headerType; 231missingHeader = GetHeaderElementName(mappings[0].headerType); 263missingHeader = GetHeaderElementName(mappings[i].headerType); 401if (mapping.headerType.IsAssignableFrom(header.GetType())) { 406MemberHelper.SetValue(mapping.memberInfo, target, list.ToArray(mapping.headerType)); 413if (mapping.headerType.IsAssignableFrom(header.GetType())) { 473if (mapping.headerType.IsAssignableFrom(headerType)) {