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