53 references to HttpTransportBindingElement
Binding.Custom.IntegrationTests (1)
CustomBindingTests.4.0.0.cs (1)
26binding = new CustomBinding(new TextMessageEncodingBindingElement(), new HttpTransportBindingElement());
Binding.Http.IntegrationTests (1)
MtomBindingTestHelper.cs (1)
71binding.Elements.Add(new HttpTransportBindingElement
Client.ChannelLayer.IntegrationTests (2)
RequestReplyChannelShapeTests.4.0.0.cs (2)
86bindingElements[1] = new HttpTransportBindingElement(); 194bindingElements[1] = new HttpTransportBindingElement();
Client.ClientBase.IntegrationTests (19)
ChannelBaseTests.4.0.0.cs (5)
30customBinding.Elements.Add(new HttpTransportBindingElement()); 69customBinding.Elements.Add(new HttpTransportBindingElement()); 121customBinding.Elements.Add(new HttpTransportBindingElement()); 176customBinding.Elements.Add(new HttpTransportBindingElement()); 225customBinding.Elements.Add(new HttpTransportBindingElement());
ClientBaseTests.4.0.0.cs (13)
28customBinding.Elements.Add(new HttpTransportBindingElement()); 68customBinding.Elements.Add(new HttpTransportBindingElement()); 118customBinding.Elements.Add(new HttpTransportBindingElement()); 163customBinding.Elements.Add(new HttpTransportBindingElement()); 212customBinding.Elements.Add(new HttpTransportBindingElement()); 287customBinding.Elements.Add(new HttpTransportBindingElement()); 366customBinding.Elements.Add(new HttpTransportBindingElement()); 443customBinding.Elements.Add(new HttpTransportBindingElement()); 493customBinding.Elements.Add(new HttpTransportBindingElement()); 545customBinding.Elements.Add(new HttpTransportBindingElement()); 596customBinding.Elements.Add(new HttpTransportBindingElement()); 649customBinding.Elements.Add(new HttpTransportBindingElement()); 699customBinding.Elements.Add(new HttpTransportBindingElement());
ClientBaseTests.4.4.0.cs (1)
29customBinding.Elements.Add(new HttpTransportBindingElement());
Client.TypedClient.IntegrationTests (8)
TypedProxyTests.4.0.0.cs (8)
33customBinding.Elements.Add(new HttpTransportBindingElement()); 51customBinding.Elements.Add(new HttpTransportBindingElement()); 84customBinding.Elements.Add(new HttpTransportBindingElement()); 129customBinding.Elements.Add(new HttpTransportBindingElement()); 182customBinding.Elements.Add(new HttpTransportBindingElement()); 232new HttpTransportBindingElement() }); 296new HttpTransportBindingElement() }); 360new HttpTransportBindingElement() });
Contract.Data.IntegrationTests (1)
DataContractTests.4.0.0.cs (1)
31customBinding.Elements.Add(new HttpTransportBindingElement());
Contract.Fault.IntegrationTests (1)
FaultExceptionTests.cs (1)
30customBinding.Elements.Add(new HttpTransportBindingElement());
Contract.Service.IntegrationTests (1)
ServiceContractTests.4.1.0.cs (1)
646customBinding.Elements.Add(new HttpTransportBindingElement());
Encoding.Encoders.IntegrationTests (2)
BinaryEncodingTests.4.0.0.cs (2)
31binding = new CustomBinding(new BinaryMessageEncodingBindingElement(), new HttpTransportBindingElement()); 69binding = new CustomBinding(new BinaryMessageEncodingBindingElement(), new HttpTransportBindingElement());
Encoding.MessageVersion.IntegrationTests (6)
MessageVersionTests.4.0.0.cs (2)
30binding = new CustomBinding(new TextMessageEncodingBindingElement(MessageVersion.Soap12WSAddressing10, Encoding.UTF8), new HttpTransportBindingElement()); 66binding = new CustomBinding(new TextMessageEncodingBindingElement(MessageVersion.Soap11, Encoding.UTF8), new HttpTransportBindingElement());
MessageVersionTests.cs (4)
30binding = new CustomBinding(new TextMessageEncodingBindingElement(MessageVersion.Soap12WSAddressingAugust2004, Encoding.UTF8), new HttpTransportBindingElement()); 66binding = new CustomBinding(new TextMessageEncodingBindingElement(MessageVersion.Soap11WSAddressingAugust2004, Encoding.UTF8), new HttpTransportBindingElement()); 102binding = new CustomBinding(new TextMessageEncodingBindingElement(MessageVersion.CreateVersion(EnvelopeVersion.Soap12, AddressingVersion.None), Encoding.UTF8), new HttpTransportBindingElement()); 138binding = new CustomBinding(new TextMessageEncodingBindingElement(MessageVersion.CreateVersion(EnvelopeVersion.Soap11, AddressingVersion.WSAddressing10), Encoding.UTF8), new HttpTransportBindingElement());
Extensibility.MessageEncoder.IntegrationTests (2)
TextTests.4.1.0.cs (2)
33new HttpTransportBindingElement 76new HttpTransportBindingElement
Extensibility.MessageInterceptor.IntegrationTests (1)
MessageInterceptorTests.4.1.1.cs (1)
46new HttpTransportBindingElement());
System.ServiceModel.Http (3)
System\ServiceModel\Channels\HttpsTransportBindingElement.cs (1)
18: base()
System\ServiceModel\HttpBindingBase.cs (1)
22_httpTransport = new HttpTransportBindingElement();
System\ServiceModel\WSHttpBindingBase.cs (1)
158HttpTransport = new HttpTransportBindingElement();
System.ServiceModel.Primitives.Tests (4)
Channels\CustomBindingTest.cs (1)
22bindingElements[1] = new HttpTransportBindingElement();
Channels\MessageTest.cs (1)
72bindingElements[1] = new HttpTransportBindingElement();
Description\ContractDescriptionTest.cs (1)
175binding.Elements.Add(new HttpTransportBindingElement());
ServiceModel\ChannelFactoryTest.cs (1)
29new HttpTransportBindingElement() });
UnitTests.Common (1)
TestHelpers.cs (1)
90binding.Elements.Add(new HttpTransportBindingElement());