6 references to EndpointAddress
System.ServiceModel (5)
System\ServiceModel\Channels\PeerService.cs (1)
142return new EndpointAddress(listener.Uri, listener.GetProperty<EndpointIdentity>());
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
281EndpointAddress mexEndpointAddress = new EndpointAddress(new Uri(mexAddress), mexIdentity);
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (1)
152endpoint.Address = new EndpointAddress(new Uri(address), identity);
System\ServiceModel\EndpointAddress.cs (1)
105: this(uri, (EndpointIdentity)null, addressHeaders)
System\ServiceModel\Transactions\WsatConfiguration.cs (1)
344return new EndpointAddress(builder.Uri, identity);
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (1)
50return new EndpointAddress(address.Uri, endpointIdentity);