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