10 references to EndpointAddress
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
16
private static EndpointAddress s_anonymousEndpointAddress = new
EndpointAddress
(EndpointAddress.AnonymousUri, new AddressHeader[0]);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
614
to = new
EndpointAddress
(toHeader);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (4)
60
_ctorEndpointAddress = new
EndpointAddress
(address);
248
return this.BeginGetMetadata(new MetadataReferenceRetriever(new
EndpointAddress
(address), this), callback, asyncState);
289
: (MetadataRetriever)new MetadataReferenceRetriever(new
EndpointAddress
(address), this);
340
retriever = new MetadataReferenceRetriever(new
EndpointAddress
(address), this);
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (1)
224
s_anonymousAddress = new
EndpointAddress
(AnonymousUri);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\IdentityVerifier.cs (1)
38
reference = new
EndpointAddress
(via);
Metadata\MetadataDocumentLoader.cs (2)
234
new
EndpointAddress
(serviceUri),
566
new
EndpointAddress
(schemaUri),