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