22 writes to Address
System.ServiceModel (12)
System\ServiceModel\ChannelFactory.cs (3)
269this.Endpoint.Address = address; 296this.Endpoint.Address = address; 329this.Endpoint.Address = address;
System\ServiceModel\Channels\TransportBindingElementImporter.cs (2)
87EndpointAddress address = context.Endpoint.Address = WsdlImporter.WSAddressingHelper.ImportAddress(context.WsdlPort); 90context.Endpoint.Address = address;
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (1)
152endpoint.Address = new EndpointAddress(new Uri(address), identity);
System\ServiceModel\Description\ConfigLoader.cs (4)
169serviceEndpoint.Address = new EndpointAddress(channelElement.Address, LoadIdentity(channelElement.Identity), channelElement.Headers.Headers); 756endpoint.Address = address; 760endpoint.Address = new EndpointAddress(channelEndpointElementCopy.Address, LoadIdentity(channelEndpointElementCopy.Identity), channelEndpointElementCopy.Headers.Headers); 985endpoint.Address = new EndpointAddress(via, LoadIdentity(serviceEndpointElement.Identity), serviceEndpointElement.Headers.Headers);
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
493exportedEndpoint.Address = address;
System\ServiceModel\ServiceHost.cs (1)
436endpoint.Address = new EndpointAddress(absoluteUri);
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Configuration\WorkflowControlEndpointElement.cs (1)
128result.Address = null;
System\ServiceModel\Activities\ContractInferenceHelper.cs (1)
235Address = serviceEndpoint.Address,
System\ServiceModel\Activities\InternalSendMessage.cs (1)
306result.Address = new EndpointAddress(this.Endpoint.AddressUri, this.Endpoint.Identity, this.GetCachedEndpointHeaders());
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpTransportImporter.cs (2)
108address = context.Endpoint.Address = WsdlImporter.WSAddressingHelper.ImportAddress(context.WsdlPort); 113context.Endpoint.Address = address;
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\AnnouncementEndpoint.cs (1)
39base.Address = address;
System\ServiceModel\Discovery\DiscoveryEndpoint.cs (1)
40base.Address = endpointAddress;
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.WorkflowServices (1)
System\ServiceModel\Activities\Description\WorkflowRuntimeEndpoint.cs (1)
43base.Address = new EndpointAddress(endpointUri);
90 references to Address
System.ServiceModel (53)
System\ServiceModel\Administration\EndpointInfo.cs (3)
30this.address = endpoint.Address.Uri; 31this.headers = endpoint.Address.Headers; 32this.identity = endpoint.Address.Identity;
System\ServiceModel\ChannelFactory.cs (2)
168if (endpoint.Address == null) 173return endpoint.Address;
System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
884EndpointAddress address = endpointContext.Endpoint.Address; 887address = new EndpointAddress(WebSocketHelper.GetWebSocketUri(endpointContext.Endpoint.Address.Uri), endpointContext.Endpoint.Address);
System\ServiceModel\Channels\TransportBindingElement.cs (1)
169ExportWsdlEndpoint(exporter, endpointContext, wsdlTransportUri, endpointContext.Endpoint.Address, addressingVersion);
System\ServiceModel\ClientBase.cs (3)
1113if (client.Endpoint.Address == null) 1120this.channel = cf.ServiceChannelFactory.CreateServiceChannel(client.Endpoint.Address, client.Endpoint.Address.Uri);
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (1)
67endpoint.Address.Uri, endpoint.Binding.Name);
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceSchemas.cs (1)
963this.address = endpoint.Address.ToString();
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (5)
120ServiceChannel localChannel = serviceChannelFactory.CreateServiceChannel(new EndpointAddress(serviceEndpoint.Address.Uri, serviceEndpoint.Address.Identity, serviceEndpoint.Address.Headers), serviceEndpoint.Address.Uri); 124SR.TraceCodeComIntegrationChannelCreated, serviceEndpoint.Address.Uri, contractDescription.ContractType);
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (5)
120object transparentProxy = serviceChannelFactory.CreateChannel(contractType, new EndpointAddress(serviceEndpoint.Address.Uri, serviceEndpoint.Address.Identity, serviceEndpoint.Address.Headers), serviceEndpoint.Address.Uri); 123SR.TraceCodeComIntegrationChannelCreated, serviceEndpoint.Address.Uri, contractType);
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (5)
117serviceChannel = serviceChannelFactory.CreateServiceChannel(new EndpointAddress(serviceEndpoint.Address.Uri, serviceEndpoint.Address.Identity, serviceEndpoint.Address.Headers), serviceEndpoint.Address.Uri); 119SR.TraceCodeComIntegrationChannelCreated, serviceEndpoint.Address.Uri, contractDescription.ContractType);
System\ServiceModel\Description\ConfigLoader.cs (2)
167if (serviceEndpoint.Address == null && channelElement.Address != null && channelElement.Address.OriginalString.Length > 0) 758if (endpoint.Address == null && channelEndpointElementCopy.Address != null && channelEndpointElementCopy.Address.OriginalString.Length > 0)
System\ServiceModel\Description\ConfigWriter.cs (1)
41channelElement = new ChannelEndpointElement(endpoint.Address, typeName);
System\ServiceModel\Description\DispatcherBuilder.cs (8)
670endpoint.Address.Uri.AbsoluteUri, 691EndpointIdentity identity = stuff.Value.Endpoints[0].Address.Identity; 718if (!object.Equals(endpoint.Address.Identity, identity)) 766if (!endpointInfosPerEndpointAddress.ContainsKey(endpoint.Address)) 768endpointInfosPerEndpointAddress.Add(endpoint.Address, new Collection<EndpointInfo>()); 770endpointInfosPerEndpointAddress[endpoint.Address].Add(new EndpointInfo(endpoint, dispatcher, provider)); 835Collection<EndpointInfo> infos = endpointInfosPerEndpointAddress[endpoint.Address]; 939EndpointAddress address = endpoint.Address;
System\ServiceModel\Description\ServiceAuthenticationBehavior.cs (1)
180if (endpoint.Address.Equals(endpointDispatcher.EndpointAddress))
System\ServiceModel\Description\ServiceEndpointCollection.cs (1)
113if (endpoint != null && endpoint.Address.Uri == address)
System\ServiceModel\Description\WsdlExporter.cs (5)
345if (endpoint.Address != null) 358addressBinding.Location = endpoint.Address.Uri.AbsoluteUri; 1213if (endpoint.Address != null && endpoint.Address.Uri != null) 1214endpointIdentifier = endpoint.Address.Uri.ToString();
System\ServiceModel\Dispatcher\TransactionValidationBehavior.cs (1)
366SR.GetString(SR.SFxTransactionFlowAndMSMQ, endpoint.Address.Uri.AbsoluteUri)));
System\ServiceModel\Security\WSSecurityPolicy.cs (3)
3027if (isIssuerSpecified && !parameters.IssuerAddress.Uri.Equals(endpoint.Address.Uri)) 3034parameters.IssuerAddress = endpoint.Address; 3040endpointInfo.IssuerAddress = endpoint.Address;
System\ServiceModel\ServiceConfiguration.cs (1)
166if (endpoint.Address == null)
System\ServiceModel\ServiceHost.cs (1)
401if (endpoint.Address == null)
System.ServiceModel.Activities (11)
System\ServiceModel\Activities\ContractInferenceHelper.cs (1)
235Address = serviceEndpoint.Address,
System\ServiceModel\Activities\InternalSendMessage.cs (8)
463if (endpoint != null && endpoint.Address != null) 466endpoint.Address : 467(new EndpointAddressBuilder(endpoint.Address) { Uri = endpointAddressUri }).ToEndpointAddress(); 500if (endpoint.Address != null) 502endpointIdentity = endpoint.Address.Identity; 503headers = endpoint.Address.Headers; 2890if (this.targetEndpoint.Address != null && this.targetEndpoint.Address.Uri != this.targetEndpoint.ListenUri)
System\ServiceModel\Activities\WorkflowControlClient.cs (1)
76: base(workflowEndpoint.Binding, workflowEndpoint.Address)
System\ServiceModel\Activities\WorkflowUpdateableControlClient.cs (1)
81: base(workflowEndpoint.Binding, workflowEndpoint.Address)
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\EndpointDiscoveryMetadata.cs (3)
208endpointDiscoveryMetadata.Address = endpoint.Address; 219TD.EndpointDiscoverabilityDisabled(endpoint.Address.ToString(), listenUri.ToString()); 226TD.EndpointDiscoverabilityEnabled(endpoint.Address.ToString(), listenUri.ToString());
System.ServiceModel.Routing (3)
System\ServiceModel\Routing\ClientFactory.cs (2)
52: base(endpointTrait.Endpoint.Binding, endpointTrait.Endpoint.Address) 58: base(new InstanceContext(callbackInstance), endpointTrait.Endpoint.Binding, endpointTrait.Endpoint.Address)
System\ServiceModel\Routing\RoutingEndpointTrait.cs (1)
76return this.Endpoint.Name + ";" + this.Endpoint.Binding.Name + ";" + this.Endpoint.Address.Uri.ToString();
System.ServiceModel.Web (20)
System\ServiceModel\Description\WebHttpBehavior.cs (10)
177endpointDispatcher.AddressFilter = new PrefixEndpointAddressMessageFilter(endpoint.Address); 342if (endpoint == null || endpoint.Address == null) 346EndpointAddress address = endpoint.Address; 464serviceEndpoint.Address.Uri.AbsoluteUri, behaviorName))); 471serviceEndpoint.Address.Uri.AbsoluteUri, behaviorName, transportBindingElement.GetType().Name))); 662if (endpoint.Address == null) 668UriTemplateClientFormatter throwAway = new UriTemplateClientFormatter(operationDescription, null, GetQueryStringConverter(operationDescription), endpoint.Address.Uri, false, endpoint.Contract.Name); 729innerFormatter = new UriTemplateClientFormatter(operationDescription, innerFormatter, GetQueryStringConverter(operationDescription), endpoint.Address.Uri, isUntypedWhenUriParamsNotConsidered, endpoint.Contract.Name); 743UriTemplateDispatchFormatter throwAway = new UriTemplateDispatchFormatter(operationDescription, null, GetQueryStringConverter(operationDescription), endpoint.Contract.Name, endpoint.Address.Uri); 801result = new UriTemplateDispatchFormatter(operationDescription, result, GetQueryStringConverter(operationDescription), endpoint.Contract.Name, endpoint.Address.Uri);
System\ServiceModel\Description\WebScriptClientGenerator.cs (1)
80string proxyContent = this.GetProxyContent(UriTemplate.RewriteUri(this.endpoint.Address.Uri, requestMessageProperty.Headers[HttpRequestHeader.Host]));
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (3)
247Uri baseAddress = endpoint.Address.Uri; 263if (EndpointAddress.UriEquals(serviceEndpoint.Address.Uri, metadataAddress.Uri, true, false))// ignoreCase // includeHostNameInComparison 266new InvalidOperationException(SR2.GetString(SR2.JsonNoEndpointAtMetadataAddress, this.GetType().ToString(), serviceEndpoint.Address, serviceEndpoint.Name, host.Description.Name)));
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (2)
45if (endpoint.Address == null) 51Uri baseUri = endpoint.Address.Uri;
System\ServiceModel\Web\WebChannelFactory.cs (2)
71if (this.Endpoint.Binding == null && this.Endpoint.Address != null) 73this.Endpoint.Binding = GetDefaultBinding(this.Endpoint.Address.Uri);
System\ServiceModel\Web\WebServiceHost.cs (2)
91if (endpoint.Address != null && EndpointAddress.UriEquals(endpoint.Address.Uri, baseAddress, true, false))