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