15 references to HttpSoap12_Address
Client.ClientBase.IntegrationTests (14)
ChannelBaseTests.4.0.0.cs (4)
71client = new MyClientBaseWithChannelBase(customBinding, new EndpointAddress(Endpoints.HttpSoap12_Address)); 123client = new MyClientBaseWithChannelBase(customBinding, new EndpointAddress(Endpoints.HttpSoap12_Address)); 178client = new MyClientBaseWithChannelBase(customBinding, new EndpointAddress(Endpoints.HttpSoap12_Address)); 227string endpoint = Endpoints.HttpSoap12_Address;
ClientBaseTests.4.0.0.cs (9)
165client = new MyClientBase(customBinding, new EndpointAddress(Endpoints.HttpSoap12_Address)); 214string endpoint = Endpoints.HttpSoap12_Address; 289string endpoint = Endpoints.HttpSoap12_Address; 368string endpoint = Endpoints.HttpSoap12_Address; 445string endpoint = Endpoints.HttpSoap12_Address; 495string endpoint = Endpoints.HttpSoap12_Address; 547client = new MyClientBase(customBinding, new EndpointAddress(Endpoints.HttpSoap12_Address)); 598client = new MyClientBase(customBinding, new EndpointAddress(Endpoints.HttpSoap12_Address)); 651client = new MyClientBase(customBinding, new EndpointAddress(Endpoints.HttpSoap12_Address));
ClientBaseTests.4.4.0.cs (1)
31string endpoint = Endpoints.HttpSoap12_Address;
Encoding.MessageVersion.IntegrationTests (1)
MessageVersionTests.4.0.0.cs (1)
31endpointAddress = new EndpointAddress(Endpoints.HttpSoap12_Address);