3 references to OriginalAddress
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
831if ((this.addressTable != null) && (endpoint.OriginalAddress != null)) 833this.addressTable.Add(endpoint.AddressFilter, endpoint.OriginalAddress, endpoint.FilterPriority);
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
395EndpointAddress address = endpointDispatcher.OriginalAddress;