49 references to EndpointAddress
System.ServiceModel (35)
System\ServiceModel\Channels\CallbackContextMessageProperty.cs (2)
46
: this(new
EndpointAddress
(listenAddress), context)
104
return CreateCallbackAddress(new
EndpointAddress
(listenAddress), this.context);
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
824
to = new
EndpointAddress
(toHeader);
System\ServiceModel\Channels\HttpChannelListener.cs (1)
943
new
EndpointAddress
(this.Uri), this.Uri, this.bufferPool, httpRequestContext, pipeline, httpResponseMessage, subProtocol);
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (3)
39
address = new
EndpointAddress
(this.innerChannelListener.Uri, uniqueEndpointHeader);
45
address = new
EndpointAddress
(this.innerChannelListener.Uri);
77
return this.CreateChannel(address, via, new
EndpointAddress
(this.innerChannelListener.Uri), filter, priority, usesUniqueHeader);
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
23
IOutputChannel channel = this.innerChannelFactory.CreateChannel(new
EndpointAddress
(to));
System\ServiceModel\Channels\MsmqInputChannelBase.cs (1)
24
this.localAddress = new
EndpointAddress
(listener.Uri);
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (1)
28
: base(listener, new
EndpointAddress
(listener.Uri))
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
162
this, new
EndpointAddress
(this.Uri), ExposeConnectionProperty, connectionDemuxer);
System\ServiceModel\Channels\PeerDuplexChannelListener.cs (1)
91
this.duplexAcceptor = new PeerDuplexChannelAcceptor(this.InnerNode, this.Registration, this, new
EndpointAddress
(this.Uri), this.BaseUri);
System\ServiceModel\Channels\PeerInputChannelListener.cs (1)
90
this.inputAcceptor = new PeerInputChannelAcceptor(this.InnerNode, this.Registration, this, new
EndpointAddress
(this.Uri), this.Uri);
System\ServiceModel\Channels\PnrpPeerResolver.cs (1)
403
result = new PeerNodeAddress(new
EndpointAddress
(uriBuilder.Uri), new ReadOnlyCollection<IPAddress>(addresses));
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
3549
acksTo = new
EndpointAddress
(info.CreateSequenceInfo.To);
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
596
EndpointAddress epa = new
EndpointAddress
(Utility.FormatListenerEndpoint(this.serviceName,
System\ServiceModel\Channels\TcpChannelListener.cs (1)
169
this, new
EndpointAddress
(this.Uri), ExposeConnectionProperty, connectionDemuxer);
System\ServiceModel\Description\MetadataExchangeClient.cs (4)
61
this.ctorEndpointAddress = new
EndpointAddress
(address);
273
return this.BeginGetMetadata(new MetadataReferenceRetriever(new
EndpointAddress
(address), this), callback, asyncState);
312
: (MetadataRetriever) new MetadataReferenceRetriever(new
EndpointAddress
(address), this);
362
retriever = new MetadataReferenceRetriever(new
EndpointAddress
(address), this);
System\ServiceModel\Description\MetadataResolver.cs (1)
149
return new AsyncMetadataResolverHelper(new
EndpointAddress
(address), mode, client, contracts, callback, asyncState);
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
412
EndpointAddress address = new
EndpointAddress
(listenUri);
System\ServiceModel\EndpointAddress.cs (1)
225
anonymousAddress = new
EndpointAddress
(AnonymousUri);
System\ServiceModel\Security\IdentityVerifier.cs (1)
67
reference = new
EndpointAddress
(via);
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
998
EndpointDispatcher endpointDispatcher = new EndpointDispatcher(new
EndpointAddress
(this.listenUri), "SecurityNegotiationContract", NamingHelper.DefaultNamespace, true);
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
1187
EndpointDispatcher endpointDispatcher = new EndpointDispatcher(new
EndpointAddress
(this.listenUri), "IssueAndRenewSession", NamingHelper.DefaultNamespace, true);
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (1)
60
new
EndpointAddress
(ListenUri));
System\ServiceModel\ServiceConfiguration.cs (2)
228
ServiceEndpoint endpoint = new ServiceEndpoint(contract, binding, new
EndpointAddress
(ServiceHost.MakeAbsoluteUri(address, binding, this.host.InternalBaseAddresses)));
305
ServiceEndpoint endpoint = new ServiceEndpoint(contract, protocol, new
EndpointAddress
(uri));
System\ServiceModel\ServiceHost.cs (2)
374
ServiceEndpoint serviceEndpoint = new ServiceEndpoint(contract, binding, new
EndpointAddress
(via));
436
endpoint.Address = new
EndpointAddress
(absoluteUri);
System\ServiceModel\Transactions\WsatConfiguration.cs (3)
185
return new
EndpointAddress
(this.registrationServiceAddress10, refParam);
188
return new
EndpointAddress
(this.registrationServiceAddress11, refParam);
348
return new
EndpointAddress
(builder.Uri);
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\WorkflowControlEndpoint.cs (1)
29
new
EndpointAddress
(new Uri(WorkflowControlEndpoint.DefaultBaseUri, new Uri(Guid.NewGuid().ToString(), UriKind.Relative))))
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
309
return AddServiceEndpointCore(serviceContractName, binding, new
EndpointAddress
(via), listenUri, behaviorConfigurationName);
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\UdpChannelFactory.cs (1)
113
EndpointAddress localAddress = new
EndpointAddress
(EndpointAddress.AnonymousUri);
System\ServiceModel\Channels\UdpChannelListener.cs (2)
738
return new ServerUdpDuplexChannel(this, this.ListenSockets.ToArray(), new
EndpointAddress
(this.Uri), this.Uri, this.IsMulticast);
751
return new UdpReplyChannel(this, this.ListenSockets.ToArray(), new
EndpointAddress
(this.Uri), this.Uri, this.IsMulticast);
System.ServiceModel.Discovery (6)
System\ServiceModel\Discovery\EndpointDiscoveryMetadata.cs (2)
32
this.endpointAddress = new
EndpointAddress
(EndpointAddress.AnonymousUri);
348
this.endpointAddress = new
EndpointAddress
(EndpointAddress.AnonymousUri);
System\ServiceModel\Discovery\ResolveCriteria.cs (1)
24
: this(new
EndpointAddress
(EndpointAddress.AnonymousUri))
System\ServiceModel\Discovery\UdpAnnouncementEndpoint.cs (1)
108
base.Address = new
EndpointAddress
(base.DiscoveryVersion.Implementation.DiscoveryAddress);
System\ServiceModel\Discovery\UdpDiscoveryEndpoint.cs (1)
112
base.Address = new
EndpointAddress
(base.DiscoveryVersion.Implementation.DiscoveryAddress);
System\ServiceModel\Discovery\UdpReplyToBehavior.cs (1)
44
annonymousAddress = new
EndpointAddress
(EndpointAddress.AnonymousUri);
System.ServiceModel.Web (3)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
259
EndpointAddress metadataAddress = new
EndpointAddress
(builder.Uri);
System\ServiceModel\Web\WebChannelFactory.cs (2)
54
: base(binding, (remoteAddress != null) ? new
EndpointAddress
(remoteAddress) : null)
59
: base(endpointConfigurationName, (remoteAddress != null) ? new
EndpointAddress
(remoteAddress) : null)