1 write to serviceEndpoint
System.ServiceModel (1)
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
290serviceEndpoint = new ServiceEndpoint(contractDescription, binding, endpointAddress);
8 references to serviceEndpoint
System.ServiceModel (8)
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (8)
113if (serviceEndpoint == null) 117serviceChannel = serviceChannelFactory.CreateServiceChannel(new EndpointAddress(serviceEndpoint.Address.Uri, serviceEndpoint.Address.Identity, serviceEndpoint.Address.Headers), serviceEndpoint.Address.Uri); 119SR.TraceCodeComIntegrationChannelCreated, serviceEndpoint.Address.Uri, contractDescription.ContractType); 140serviceChannelFactory = ServiceChannelFactory.BuildChannelFactory(serviceEndpoint) as ServiceChannelFactory; 156serviceEndpoint.Behaviors.Add(behavior);