185 references to Uri
System.ServiceModel (148)
System\ServiceModel\Administration\EndpointInfo.cs (1)
30this.address = endpoint.Address.Uri;
System\ServiceModel\ChannelFactory.cs (1)
684return CreateChannel(address, address.Uri);
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
107return this.InternalCreateChannel(address, address.Uri);
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
915else if (createResponse.AcceptAcksTo != null && (createResponse.AcceptAcksTo.Uri != this.binder.RemoteAddress.Uri))
System\ServiceModel\Channels\ConnectAlgorithms.cs (1)
247return address.EndpointAddress.Uri;
System\ServiceModel\Channels\CreateSequence.cs (2)
74if (endpoint.Uri != info.AcksTo.Uri)
System\ServiceModel\Channels\FramingChannels.cs (1)
1280remoteAddress.Uri, contentType, ref timeoutHelper, onFailedUpgrade, this);
System\ServiceModel\Channels\HttpChannelFactory.cs (11)
432if (this.MessageVersion.Addressing == AddressingVersion.None && remoteAddress.Uri != via) 434throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(CreateToMustEqualViaException(remoteAddress.Uri, via)); 440EndpointAddress httpRemoteAddress = remoteAddress != null && WebSocketHelper.IsWebSocketUri(remoteAddress.Uri) ? 441new EndpointAddress(WebSocketHelper.NormalizeWsSchemeWithHttpScheme(remoteAddress.Uri), remoteAddress) : 1096ServiceModelActivity.Start(this.activity, SR.GetString(SR.ActivityReceiveBytes, this.RemoteAddress.Uri.ToString()), ActivityType.ReceiveBytes); 1246TD.MessageSentByTransport(eventTraceActivity, this.to.Uri.AbsoluteUri); 1475TD.MessageSentByTransport(this.eventTraceActivity, this.to.Uri.AbsoluteUri); 1588TD.MessageSentByTransport(this.eventTraceActivity, this.to.Uri.AbsoluteUri); 1644throw TraceUtility.ThrowHelperError(new CommunicationObjectAbortedException(SR.GetString(SR.HttpRequestAborted, to.Uri), 1649to.Uri, this.timeoutHelper.OriginalTimeout), objectDisposedException), this.requestMessage); 1683this.to.Uri.AbsoluteUri,
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
107SR.HttpsIdentityMultipleCerts, remoteAddress.Uri));
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
887address = new EndpointAddress(WebSocketHelper.GetWebSocketUri(endpointContext.Endpoint.Address.Uri), endpointContext.Endpoint.Address); 891binding.Location = address.Uri.AbsoluteUri;
System\ServiceModel\Channels\InputChannel.cs (1)
245return new TimeoutException(SR.GetString(SR.ReceiveTimedOut, channel.LocalAddress.Uri.AbsoluteUri, timeout));
System\ServiceModel\Channels\MsmqOutputChannel.cs (1)
96this.msmqQueue = new MsmqQueue(this.factory.AddressTranslator.UriToFormatName(this.RemoteAddress.Uri),
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (1)
164this.msmqQueue = new MsmqQueue(this.Factory.AddressTranslator.UriToFormatName(this.RemoteAddress.Uri),
System\ServiceModel\Channels\PeerHelpers.cs (3)
144get { return listenAddress.EndpointAddress.Uri.Port; } 553&& address.EndpointAddress.Uri != null 556&& string.Compare(address.EndpointAddress.Uri.Scheme, Uri.UriSchemeNetTcp, StringComparison.OrdinalIgnoreCase) == 0
System\ServiceModel\Channels\PeerIPHelper.cs (1)
329eprBuilder.Uri = GetIPUri(epr.Uri, address);
System\ServiceModel\Channels\PeerMessageDispatcher.cs (1)
162this.actingAs = to.Uri;
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1066this.channelFactory.Endpoint.Behaviors.Add(new ClientViaBehavior(remoteAddress.Uri));
System\ServiceModel\Channels\PnrpPeerResolver.cs (2)
441ParseServiceUri(input.EndpointAddress.Uri, out scheme, out guids); 442int port = input.EndpointAddress.Uri.Port;
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
82get { return this.RemoteAddress.Uri; }
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
3640if (info.ReplyTo.Uri != binder.RemoteAddress.Uri)
System\ServiceModel\Channels\ReplyChannel.cs (1)
151return new TimeoutException(SR.GetString(SR.ReceiveRequestTimedOut, channel.LocalAddress.Uri.AbsoluteUri, timeout));
System\ServiceModel\Channels\ServiceChannel.cs (11)
632Uri localUri = localAddress.Uri; 634if ((replyTo != null) && !replyTo.IsAnonymous && (localUri != replyTo.Uri)) 636string text = SR.GetString(SR.SFxRequestHasInvalidReplyToOnClient, replyTo.Uri, localUri); 642if ((faultTo != null) && !faultTo.IsAnonymous && (localUri != faultTo.Uri)) 644string text = SR.GetString(SR.SFxRequestHasInvalidFaultToOnClient, faultTo.Uri, localUri); 652if ((from != null) && !from.IsAnonymous && (localUri != from.Uri)) 654string text = SR.GetString(SR.SFxRequestHasInvalidFromOnClient, from.Uri, localUri); 716if (this.RemoteAddress != null && this.RemoteAddress.Uri != null) 718remoteAddress = this.RemoteAddress.Uri.AbsoluteUri; 1057if (this.RemoteAddress != null && this.RemoteAddress.Uri != null) 1059remoteAddress = this.RemoteAddress.Uri.AbsoluteUri;
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
374via = address.Uri;
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
1582throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(FaultStringDecoder.GetFaultException(decoder.Fault, channel.RemoteAddress.Uri.ToString(), messageEncoder.ContentType));
System\ServiceModel\Channels\TransportBindingElementImporter.cs (1)
93if (address.Uri.Scheme == Uri.UriSchemeHttps && transportBindingElement is HttpTransportBindingElement && !(transportBindingElement is HttpsTransportBindingElement))
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (4)
475this.LocalAddress != null && this.LocalAddress.Uri != null ? this.LocalAddress.Uri.AbsoluteUri : string.Empty, 535TD.MessageSentByTransport(eventTraceActivity, this.RemoteAddress.Uri.AbsoluteUri); 1086TD.MessageSentByTransport(thisPtr.eventTraceActivity, thisPtr.channel.RemoteAddress.Uri.AbsoluteUri);
System\ServiceModel\Channels\TransportOutputChannel.cs (1)
45toUri = to.Uri;
System\ServiceModel\Channels\WsrmMessageInfo.cs (2)
921if (info.AcksTo.Uri != info.ReplyTo.Uri)
System\ServiceModel\ClientBase.cs (1)
1120this.channel = cf.ServiceChannelFactory.CreateServiceChannel(client.Endpoint.Address, client.Endpoint.Address.Uri);
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (3)
67endpoint.Address.Uri, endpoint.Binding.Name); 142from = message.Headers.From.Uri; 156from = message.Headers.From.Uri;
System\ServiceModel\ComIntegration\ComPlusInstanceProvider.cs (1)
102from = message.Headers.From.Uri;
System\ServiceModel\ComIntegration\ComPlusThreadInitializer.cs (1)
101from = message.Headers.From.Uri;
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); 356if (UriSchemeSupportsDisco(mexEndpointAddress.Uri)) 364discoClient.DiscoverAny(mexEndpointAddress.Uri.AbsoluteUri);
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (3)
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 (3)
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\Configuration\ChannelEndpointElement.cs (1)
29this.Address = address.Uri;
System\ServiceModel\Configuration\EndpointAddressElementBase.cs (1)
66SetPropertyValueIfNotDefaultValue(ConfigurationStrings.Address, endpointAddress.Uri);
System\ServiceModel\Configuration\PeerCustomResolverElement.cs (1)
100SetPropertyValueIfNotDefaultValue(ConfigurationStrings.Address, settings.Address.Uri);
System\ServiceModel\Description\DispatcherBuilder.cs (1)
670endpoint.Address.Uri.AbsoluteUri,
System\ServiceModel\Description\MetadataExchangeClient.cs (4)
75CreateChannelFactory(address.Uri.Scheme); 985get { return this.address.Uri.ToString(); } 1180((IClientChannel)metadataClient).RemoteAddress.Uri.ToString()))); 1186section = MetadataRetriever.CreateMetadataSection(reader, ((IClientChannel)metadataClient).RemoteAddress.Uri.ToString());
System\ServiceModel\Description\MetadataResolver.cs (1)
182result = this.client.BeginGetMetadata(this.address.Uri, MetadataExchangeClientMode.HttpGet, Fx.ThunkCallback(new AsyncCallback(this.EndGetMetadataSet)), null);
System\ServiceModel\Description\ServiceEndpoint.cs (1)
134return this.address.Uri;
System\ServiceModel\Description\ServiceEndpointCollection.cs (1)
113if (endpoint != null && endpoint.Address.Uri == address)
System\ServiceModel\Description\WsdlExporter.cs (3)
358addressBinding.Location = endpoint.Address.Uri.AbsoluteUri; 1213if (endpoint.Address != null && endpoint.Address.Uri != null) 1214endpointIdentifier = endpoint.Address.Uri.ToString();
System\ServiceModel\Diagnostics\MessageTransmitTraceRecord.cs (1)
31this.address = address.Uri;
System\ServiceModel\Diagnostics\PeerNodeTraceRecord.cs (1)
307this.from = fromAddress != null ? fromAddress.EndpointAddress.Uri : new Uri("net.p2p://");
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
519message.Headers.To = this.LocalAddress.Uri;
System\ServiceModel\Dispatcher\EndpointAddressMessageFilter.cs (1)
97Uri actingAs = this.address.Uri;
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (2)
157Uri soapToAddress = filter.Address.Uri; 723Uri soapToAddress = filter.Address.Uri;
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (1)
313keyUri = endpointAddress.Uri;
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (7)
948Uri remoteUri = remoteAddress.Uri; 950if ((replyTo != null) && !replyTo.IsAnonymous && (remoteUri != replyTo.Uri)) 952string text = SR.GetString(SR.SFxRequestHasInvalidReplyToOnServer, replyTo.Uri, remoteUri); 958if ((faultTo != null) && !faultTo.IsAnonymous && (remoteUri != faultTo.Uri)) 960string text = SR.GetString(SR.SFxRequestHasInvalidFaultToOnServer, faultTo.Uri, remoteUri); 968if ((from != null) && !from.IsAnonymous && (remoteUri != from.Uri)) 970string text = SR.GetString(SR.SFxRequestHasInvalidFromOnServer, from.Uri, remoteUri);
System\ServiceModel\Dispatcher\PrefixEndpointAddressMessageFilter.cs (1)
44this.addressTable.RegisterUri(this.address.Uri, hostNameComparisonMode, new object());
System\ServiceModel\Dispatcher\PrefixEndpointAddressMessageFilterTable.cs (2)
63Uri soapToAddress = filter.Address.Uri; 138Uri soapToAddress = filter.Address.Uri;
System\ServiceModel\Dispatcher\TransactionValidationBehavior.cs (1)
366SR.GetString(SR.SFxTransactionFlowAndMSMQ, endpoint.Address.Uri.AbsoluteUri)));
System\ServiceModel\DuplexChannelFactory.cs (1)
208return CreateChannel(callbackInstance, address, address.Uri);
System\ServiceModel\EndpointAddress.cs (7)
309Uri uri = this.Uri; 435Uri thisTo = this.Uri; 436Uri otherTo = endpointAddress.Uri; 1039writer.WriteString(this.Uri.AbsoluteUri); 1056writer.WriteString(this.Uri.AbsoluteUri); 1128writer.WriteString(this.Uri.AbsoluteUri); 1286this.uri = address.Uri;
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
75this.msmqQueue = new MsmqQueue(this.factory.AddressTranslator.UriToFormatName(this.RemoteAddress.Uri), UnsafeNativeMethods.MQ_SEND_ACCESS);
System\ServiceModel\PeerNodeAddress.cs (2)
49servicePath = this.endpointAddress.Uri.PathAndQuery.ToUpperInvariant(); 64this.servicePath = this.endpointAddress.Uri.PathAndQuery.ToUpperInvariant();
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (4)
297parent.ServiceCertificate.ScopedCertificates.TryGetValue(targetAddress.Uri, out targetServerCertificate); 313throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.ServiceCertificateNotProvidedOnClientCredentials, targetAddress.Uri))); 474Uri issuerUri = issuerAddress.Uri; 476if (!parent.IssuedToken.IssuerChannelBehaviors.TryGetValue(issuerAddress.Uri, out issuerChannelBehaviors) && isLocalIssuer)
System\ServiceModel\Security\IdentityVerifier.cs (2)
65if (reference.Identity == null && reference.Uri != via) 218Uri toAddress = reference.Uri;
System\ServiceModel\Security\InfoCardHelper.cs (5)
272|| SelfIssuerUri.Equals(chain[n].Issuer.Uri) 314SelfIssuerUri.Equals(chain[n].Issuer.Uri) || 334|| SelfIssuerUri.Equals(chain[k].Issuer.Uri) 349relyingPartyIssuer = (null == chain[relyingPartyIndex].Issuer) ? null : chain[relyingPartyIndex].Issuer.Uri; 357if (((null == relyingPartyIssuer && null == issuerAddress) || issuerAddress.Uri == relyingPartyIssuer))
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (2)
700targetUri = targetAddress.Uri; 710issuerUri = issuerAddress.Uri;
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
1356return this.channelBinder.LocalAddress.Uri; 3613return this.RemoteAddress.Uri;
System\ServiceModel\Security\SecurityUtils.cs (1)
763return string.Format(CultureInfo.InvariantCulture, "host/{0}", target.Uri.DnsSafeHost);
System\ServiceModel\Security\SimpleSecurityTokenProvider.cs (2)
77if (targetAddress.Uri.IsAbsoluteUri) 79endpointIdentity = EndpointIdentity.CreateDnsIdentity(targetAddress.Uri.DnsSafeHost);
System\ServiceModel\Security\SpnegoTokenProvider.cs (2)
159credential = this.clientCredential.GetCredential(this.TargetAddress.Uri, packageName); 246spn = "host/" + target.Uri.DnsSafeHost;
System\ServiceModel\Security\WSSecurityPolicy.cs (5)
2299addressToSerialize.Uri, 2852if (mexAddress == null || mexAddress.IsAnonymous || mexAddress.Uri.Equals(SelfIssuerUri)) 2901metadataSet = policyFetcher.GetMetadata(mexAddress.Uri, MetadataExchangeClientMode.HttpGet); 3027if (isIssuerSpecified && !parameters.IssuerAddress.Uri.Equals(endpoint.Address.Uri))
System\ServiceModel\Transactions\WsatConfiguration.cs (4)
198if (endpoint.Uri == null) 204return endpoint.Uri == this.registrationServiceAddress10; 206return endpoint.Uri == this.registrationServiceAddress11; 215return endpoint.Uri.AbsolutePath == DisabledRegistrationPath;
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\InternalSendMessage.cs (2)
509Uri callbackUri = CallbackAddress.Uri; 2890if (this.targetEndpoint.Address != null && this.targetEndpoint.Address.Uri != this.targetEndpoint.ListenUri)
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
366TD.ServiceEndpointAdded(address.Uri.ToString(), binding.GetType().ToString(), serviceEndpoint.Contract.Name);
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpReplyChannel.cs (1)
183return new TimeoutException(SR.ReceiveRequestTimedOut(channel.LocalAddress.Uri.AbsoluteUri, timeout));
System.ServiceModel.Discovery (12)
System\ServiceModel\Discovery\Configuration\DynamicEndpointElement.cs (2)
74if (channelEndpointElement.Address != null && !channelEndpointElement.Address.Equals(DiscoveryClientBindingElement.DiscoveryEndpointAddress.Uri)) 81DiscoveryClientBindingElement.DiscoveryEndpointAddress.Uri)));
System\ServiceModel\Discovery\DiscoveryClient.cs (1)
1301OperationContext.Current.OutgoingMessageHeaders.To = clientChannel.RemoteAddress.Uri;
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (2)
191currentEndpointDiscoveryMetadata.Address.Uri, 495this.currentEndpointDiscoveryMetadata.Address.Uri);
System\ServiceModel\Discovery\DiscoveryClientChannelFactory.cs (4)
36Discovery.SR.DiscoveryEndpointAddressIncorrect("address", address.Uri, DiscoveryClientBindingElement.DiscoveryEndpointAddress.Uri)); 39if (!via.Equals(DiscoveryClientBindingElement.DiscoveryEndpointAddress.Uri)) 43Discovery.SR.DiscoveryEndpointAddressIncorrect("via", via, DiscoveryClientBindingElement.DiscoveryEndpointAddress.Uri));
System\ServiceModel\Discovery\DiscoveryClientOutputChannel.cs (1)
42return DiscoveryClientBindingElement.DiscoveryEndpointAddress.Uri;
System\ServiceModel\Discovery\DiscoveryClientRequestChannel.cs (1)
42return DiscoveryClientBindingElement.DiscoveryEndpointAddress.Uri;
System\ServiceModel\Discovery\DiscoveryOperationContext.cs (1)
117outgoingMessageHeaders.To = replyTo.Uri;
System.ServiceModel.Routing (3)
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\ServiceModel\Routing\RoutingEndpointTrait.cs (1)
76return this.Endpoint.Name + ";" + this.Endpoint.Binding.Name + ";" + this.Endpoint.Address.Uri.ToString();
System.ServiceModel.Web (16)
System\ServiceModel\Description\WebHttpBehavior.cs (6)
464serviceEndpoint.Address.Uri.AbsoluteUri, behaviorName))); 471serviceEndpoint.Address.Uri.AbsoluteUri, behaviorName, transportBindingElement.GetType().Name))); 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 (4)
247Uri baseAddress = endpoint.Address.Uri; 263if (EndpointAddress.UriEquals(serviceEndpoint.Address.Uri, metadataAddress.Uri, true, false))// ignoreCase // includeHostNameInComparison 313listener = metadataBinding.BuildChannelListener<IReplyChannel>(metadataAddress.Uri, parameters);
System\ServiceModel\Dispatcher\HelpPage.cs (2)
51Uri baseUri = UriTemplate.RewriteUri(OperationContext.Current.Channel.LocalAddress.Uri, WebOperationContext.Current.IncomingRequest.Headers[HttpRequestHeader.Host]); 73Uri baseUri = UriTemplate.RewriteUri(OperationContext.Current.Channel.LocalAddress.Uri, WebOperationContext.Current.IncomingRequest.Headers[HttpRequestHeader.Host]);
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (1)
51Uri baseUri = endpoint.Address.Uri;
System\ServiceModel\Web\WebChannelFactory.cs (1)
73this.Endpoint.Binding = GetDefaultBinding(this.Endpoint.Address.Uri);
System\ServiceModel\Web\WebServiceHost.cs (1)
91if (endpoint.Address != null && EndpointAddress.UriEquals(endpoint.Address.Uri, baseAddress, true, false))
System.WorkflowServices (2)
System\ServiceModel\Activities\Description\WorkflowRuntimeServicesBehavior.cs (1)
81this.extensionProvider.PopulateExtensions(serviceHost, endpointDispatcher.EndpointAddress.Uri.AbsoluteUri);
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (1)
50return new EndpointAddress(address.Uri, endpointIdentity);