14 references to HeaderType
System.ServiceModel (14)
System\ServiceModel\Channels\MessageHeaders.cs (14)
424if (i == exceptIndex || header.HeaderType != HeaderType.BufferedMessageHeader) 507switch (header.HeaderType) 520throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.InvalidEnumValue, header.HeaderType))); 971switch (headers[headerIndex].HeaderType) 984throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.InvalidEnumValue, headers[headerIndex].HeaderType))); 1043if (headers[index].HeaderType != HeaderType.WriteableHeader) 1071switch (headers[index].HeaderType) 1082throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.InvalidEnumValue, headers[index].HeaderType))); 1266if (headers[i].HeaderType == HeaderType.BufferedMessageHeader) 1427if (bufferedMessageData != null && headers[headerIndex].HeaderType == HeaderType.BufferedMessageHeader) 1593switch (headers[headerIndex].HeaderType) 1603throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.InvalidEnumValue, headers[headerIndex].HeaderType))); 1625switch (headers[headerIndex].HeaderType) 1635throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.InvalidEnumValue, headers[headerIndex].HeaderType)));