8 references to Name
Contract.Message.IntegrationTests (3)
MessageContractTests.cs (3)
46
proxy.CreateMessageHeader(customHeaderMustUnderstand_False.
Name
, customHeaderMustUnderstand_False.Namespace, customHeaderMustUnderstand_False.MustUnderstand);
62
proxy.CreateMessageHeader(customHeaderMustUnderstand_True.
Name
, customHeaderMustUnderstand_True.Namespace, customHeaderMustUnderstand_True.MustUnderstand);
80
proxy.CreateMessageHeader(customHeaderMustUnderstand_True.
Name
, customHeaderMustUnderstand_True.Namespace, customHeaderMustUnderstand_True.MustUnderstand);
System.ServiceModel.Primitives.Tests (5)
Channels\UnderstoodHeadersTest.cs (3)
36
if (String.Equals(mhi.
Name
, "Action")) Assert.True(mhi.MustUnderstand);
38
if (String.Equals(mhi.
Name
, "AlphaHeader")) Assert.False(mhi.MustUnderstand);
39
if (String.Equals(mhi.
Name
, "BravoHeader")) Assert.False(mhi.MustUnderstand);
ServiceModel\MessageContractTest.4.4.0.cs (2)
169
if (!headers.TryGetValue(header.
Name
, out values))
172
headers[header.
Name
] = values;