2 writes to serviceEndpoint
System.ServiceModel (2)
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (2)
186
serviceEndpoint
= CreateServiceEndpoint();
206
serviceEndpoint
= CreateServiceEndpoint();
9 references to serviceEndpoint
System.ServiceModel (9)
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (9)
115
if (
serviceEndpoint
== null)
120
object transparentProxy = serviceChannelFactory.CreateChannel(contractType, new EndpointAddress(
serviceEndpoint
.Address.Uri,
serviceEndpoint
.Address.Identity,
serviceEndpoint
.Address.Headers),
serviceEndpoint
.Address.Uri);
123
SR.TraceCodeComIntegrationChannelCreated,
serviceEndpoint
.Address.Uri, contractType);
170
ServiceChannelFactory serviceChannelFactory = ServiceChannelFactory.BuildChannelFactory(
serviceEndpoint
) as ServiceChannelFactory;
184
if (
serviceEndpoint
== null)
189
serviceEndpoint
.Behaviors.Add(behavior);