16 references to EndpointAddress
System.ServiceModel (13)
System\ServiceModel\Channels\ServiceChannel.cs (1)
299this.localAddress = this.endpointDispatcher.EndpointAddress;
System\ServiceModel\Description\ServiceAuthenticationBehavior.cs (1)
180if (endpoint.Address.Equals(endpointDispatcher.EndpointAddress))
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
488address = endpointDispatcher.EndpointAddress;
System\ServiceModel\Diagnostics\TraceUtility.cs (1)
674endpointAddress = dispatcher.EndpointAddress;
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
580this.addressTable.Add(endpoint.AddressFilter, endpoint.EndpointAddress, endpoint.FilterPriority);
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (2)
67EndpointAddressBuilder builder = new EndpointAddressBuilder(baseEndpoint.EndpointAddress); 310EndpointAddress endpointAddress = this.EndpointAddress;
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (6)
910rpc.Channel.DispatchRuntime.EndpointDispatcher.EndpointAddress)); 1034rpc.Channel.DispatchRuntime.EndpointDispatcher.EndpointAddress)); 1068rpc.Channel.DispatchRuntime.EndpointDispatcher.EndpointAddress)); 1102rpc.Channel.DispatchRuntime.EndpointDispatcher.EndpointAddress)); 1136rpc.Channel.DispatchRuntime.EndpointDispatcher.EndpointAddress)); 1173rpc.Channel.DispatchRuntime.EndpointDispatcher.EndpointAddress));
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (1)
55TD.RoutingServiceProcessingMessage(messageRpc.EventTraceActivity, messageRpc.UniqueID, messageRpc.Message.Headers.Action, messageRpc.OperationContext.EndpointDispatcher.EndpointAddress.Uri.ToString(), (messageRpc.Transaction != null).ToString());
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (1)
36message.Headers.Action, this.messageRpc.OperationContext.EndpointDispatcher.EndpointAddress.Uri.ToString(), messageRpc.Transaction != null ? "True" : "False");
System.WorkflowServices (1)
System\ServiceModel\Activities\Description\WorkflowRuntimeServicesBehavior.cs (1)
81this.extensionProvider.PopulateExtensions(serviceHost, endpointDispatcher.EndpointAddress.Uri.AbsoluteUri);