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