1 write to serviceEndpoint
System.ServiceModel (1)
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
415
this.
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)
115
if (
serviceEndpoint
== null)
120
ServiceChannel localChannel = serviceChannelFactory.CreateServiceChannel(new EndpointAddress(
serviceEndpoint
.Address.Uri,
serviceEndpoint
.Address.Identity,
serviceEndpoint
.Address.Headers),
serviceEndpoint
.Address.Uri);
124
SR.TraceCodeComIntegrationChannelCreated,
serviceEndpoint
.Address.Uri, contractDescription.ContractType);
146
serviceChannelFactory = ServiceChannelFactory.BuildChannelFactory(
serviceEndpoint
) as ServiceChannelFactory;
162
serviceEndpoint
.Behaviors.Add(behavior);