1 write to _notUnderstoodHeaders
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\MustUnderstandSoapException.cs (1)
22_notUnderstoodHeaders = notUnderstoodHeaders;
6 references to _notUnderstoodHeaders
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\MustUnderstandSoapException.cs (6)
26public Collection<MessageHeaderInfo> NotUnderstoodHeaders { get { return _notUnderstoodHeaders; } } 31string name = _notUnderstoodHeaders[0].Name; 32string ns = _notUnderstoodHeaders[0].Namespace; 47for (int i = 0; i < _notUnderstoodHeaders.Count; ++i) 49headers.Add(new NotUnderstoodHeader(_notUnderstoodHeaders[i].Name, _notUnderstoodHeaders[i].Namespace));