2 references to ServiceEndpoint
Client.ClientBase.IntegrationTests (1)
ClientBaseTests.4.0.0.cs (1)
75ServiceEndpoint serviceEndpoint = new ServiceEndpoint(cd, customBinding, new EndpointAddress(endpoint));
System.ServiceModel.Primitives.Tests (1)
ServiceModel\DuplexChannelFactoryTest.cs (1)
158ServiceEndpoint serviceEndpoint = new ServiceEndpoint(ContractDescription.GetContract(typeof(IWcfDuplexService)), binding, endpoint);