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