53 references to HttpTransportBindingElement
Binding.Custom.IntegrationTests (1)
Binding.Http.IntegrationTests (1)
Client.ChannelLayer.IntegrationTests (2)
Client.ClientBase.IntegrationTests (19)
Client.TypedClient.IntegrationTests (8)
Contract.Data.IntegrationTests (1)
Contract.Fault.IntegrationTests (1)
Contract.Service.IntegrationTests (1)
Encoding.Encoders.IntegrationTests (2)
Encoding.MessageVersion.IntegrationTests (6)
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)
Extensibility.MessageInterceptor.IntegrationTests (1)
System.ServiceModel.Http (3)
System\ServiceModel\Channels\HttpsTransportBindingElement.cs (1)
18: base()
System.ServiceModel.Primitives.Tests (4)
UnitTests.Common (1)