1 write to NotUnderstoodHeaders
System.ServiceModel.Primitives (1)
System\ServiceModel\MustUnderstandSoapException.cs (1)
25NotUnderstoodHeaders = notUnderstoodHeaders;
5 references to NotUnderstoodHeaders
System.ServiceModel.Primitives (5)
System\ServiceModel\MustUnderstandSoapException.cs (5)
34string name = NotUnderstoodHeaders[0].Name; 35string ns = NotUnderstoodHeaders[0].Namespace; 50for (int i = 0; i < NotUnderstoodHeaders.Count; ++i) 52headers.Add(new NotUnderstoodHeader(NotUnderstoodHeaders[i].Name, NotUnderstoodHeaders[i].Namespace));