3 references to HttpBaseAddress_NetHttps_Binary
Binding.Http.IntegrationTests (2)
NetHttpsBindingTests.4.1.0.cs (2)
69factory = new ChannelFactory<IWcfService>(netHttpsBinding, new EndpointAddress(Endpoints.HttpBaseAddress_NetHttps_Binary)); 99factory = new ChannelFactory<IWcfService>(netHttpsBinding, new EndpointAddress(Endpoints.HttpBaseAddress_NetHttps_Binary));
Client.ChannelLayer.IntegrationTests (1)
RequestReplyChannelShapeTests.4.1.0.cs (1)
40channel = factory.CreateChannel(new EndpointAddress(Endpoints.HttpBaseAddress_NetHttps_Binary));