1 write to serviceEndpoint
System.ServiceModel (1)
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
415this.serviceEndpoint = new ServiceEndpoint(contractDescription, endpoint.Binding, new EndpointAddress(new Uri(address), identity, (AddressHeaderCollection)null));
8 references to serviceEndpoint
System.ServiceModel (8)
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (8)
115if (serviceEndpoint == null) 120ServiceChannel localChannel = serviceChannelFactory.CreateServiceChannel(new EndpointAddress(serviceEndpoint.Address.Uri, serviceEndpoint.Address.Identity, serviceEndpoint.Address.Headers), serviceEndpoint.Address.Uri); 124SR.TraceCodeComIntegrationChannelCreated, serviceEndpoint.Address.Uri, contractDescription.ContractType); 146serviceChannelFactory = ServiceChannelFactory.BuildChannelFactory(serviceEndpoint) as ServiceChannelFactory; 162serviceEndpoint.Behaviors.Add(behavior);