1 write to notUnderstoodHeaders
System.ServiceModel (1)
System\ServiceModel\MustUnderstandSoapException.cs (1)
27this.notUnderstoodHeaders = notUnderstoodHeaders;
6 references to notUnderstoodHeaders
System.ServiceModel (6)
System\ServiceModel\MustUnderstandSoapException.cs (6)
31public Collection<MessageHeaderInfo> NotUnderstoodHeaders { get { return this.notUnderstoodHeaders; } } 36string name = this.notUnderstoodHeaders[0].Name; 37string ns = this.notUnderstoodHeaders[0].Namespace; 52for (int i = 0; i < notUnderstoodHeaders.Count; ++i) 54headers.Add(new NotUnderstoodHeader(notUnderstoodHeaders[i].Name, notUnderstoodHeaders[i].Namespace));