4 writes to Namespace
System.ServiceModel.Http.Tests (4)
ServiceModel\BasicHttpBindingTest.cs (2)
187binding.Namespace = value; 196Assert.Throws<ArgumentNullException>(() => binding.Namespace = value);
ServiceModel\BasicHttpsBindingTest.cs (2)
177binding.Namespace = value; 186Assert.Throws<ArgumentNullException>(() => binding.Namespace = value);
7 references to Namespace
System.ServiceModel.Http.Tests (7)
ServiceModel\BasicHttpBindingTest.cs (4)
24Assert.Equal("http://tempuri.org/", binding.Namespace); 49Assert.Equal("http://tempuri.org/", binding.Namespace); 73Assert.Equal("http://tempuri.org/", binding.Namespace); 188Assert.Equal(value, binding.Namespace);
ServiceModel\BasicHttpsBindingTest.cs (3)
22Assert.Equal("http://tempuri.org/", binding.Namespace); 47Assert.Equal("http://tempuri.org/", binding.Namespace); 178Assert.Equal(value, binding.Namespace);