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)
26
public Collection<MessageHeaderInfo> NotUnderstoodHeaders { get { return
_notUnderstoodHeaders
; } }
31
string name =
_notUnderstoodHeaders
[0].Name;
32
string ns =
_notUnderstoodHeaders
[0].Namespace;
47
for (int i = 0; i <
_notUnderstoodHeaders
.Count; ++i)
49
headers.Add(new NotUnderstoodHeader(
_notUnderstoodHeaders
[i].Name,
_notUnderstoodHeaders
[i].Namespace));