5 references to EndpointAddress
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
459: this(binding, new EndpointAddress(remoteAddress))
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
1092return new EndpointAddress(soapAddressBinding.Location);
FrameworkFork\System.ServiceModel\System\ServiceModel\DuplexChannelFactory.cs (3)
18: this((object)callbackInstanceType, binding, new EndpointAddress(remoteAddress)) 41: this((object)callbackInstance, binding, new EndpointAddress(remoteAddress)) 118: this(callbackObject, binding, new EndpointAddress(remoteAddress))