3 references to Endpoint
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (3)
527
if (client.
Endpoint
.Address == null)
534
_channel = cf.ServiceChannelFactory.CreateServiceChannel(client.
Endpoint
.Address, client.
Endpoint
.Address.Uri);