8 references to SoapHeaderAttribute
System.Web.Services (8)
System\Web\Services\Description\SoapProtocolImporter.cs (1)
622EndMetadata(metadata, typeof(SoapHeaderAttribute), soapHeader.fieldName);
System\Web\Services\Protocols\LogicalMethodInfo.cs (1)
580if (type == typeof(SoapHeaderAttribute))
System\Web\Services\Protocols\SoapReflector.cs (6)
99return string.Compare(((SoapHeaderAttribute)x).MemberName, ((SoapHeaderAttribute)y).MemberName, StringComparison.Ordinal); 441SoapHeaderAttribute[] headerAttributes = (SoapHeaderAttribute[])methodInfo.GetCustomAttributes(typeof(SoapHeaderAttribute)); 450SoapHeaderAttribute headerAttribute = headerAttributes[i];