Base:
property
Uri
System.ServiceModel.Channels.ChannelListenerBase.Uri
65 references to Uri
System.ServiceModel (65)
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (2)
200AddressTable.RegisterUri(channelListener.Uri, channelListener.HostNameComparisonModeInternal, 209AddressTable.UnregisterUri(channelListener.Uri, channelListener.HostNameComparisonModeInternal);
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (2)
32else if (channelListener.Uri.HostNameType == ipHostNameType) 34this.ipAddress = IPAddress.Parse(channelListener.Uri.DnsSafeHost);
System\ServiceModel\Channels\HttpChannelListener.cs (6)
112this.extendedProtectionPolicy = GetPolicyWithDefaultSpnCollection(bindingElement.ExtendedProtectionPolicy, this.authenticationScheme, this.HostNameComparisonModeInternal, base.Uri, out this.usingDefaultSpnList); 599if (this.TransportManagerTable.TryLookupUri(this.Uri, hostNameComparisonMode, out registration)) 622this.AuditBehavior.SuppressAuditFailure, null, this.Uri, primaryIdentity); 627this.AuditBehavior.SuppressAuditFailure, null, this.Uri, primaryIdentity, exception); 943new EndpointAddress(this.Uri), this.Uri, this.bufferPool, httpRequestContext, pipeline, httpResponseMessage, subProtocol);
System\ServiceModel\Channels\HttpRequestContext.cs (3)
244this.listener != null && this.listener.Uri != null ? this.listener.Uri.AbsoluteUri : string.Empty, 329TD.MessageSentByTransport(eventTraceActivity, this.Listener.Uri.AbsoluteUri);
System\ServiceModel\Channels\HttpTransportManager.cs (6)
160&& string.Compare(requestUri.AbsolutePath, methodListener.Uri.AbsolutePath, StringComparison.OrdinalIgnoreCase) != 0) 170if (methodListener != null && methodListener.Uri.AbsoluteUri.Length >= listener.Uri.AbsoluteUri.Length) 207addressTable.RegisterUri(channelListener.Uri, 229SR.ListenerFactoryNotRegistered, channelListener.Uri))); 235addressTable.UnregisterUri(channelListener.Uri, registeredMode);
System\ServiceModel\Channels\MsmqChannelListenerBase.cs (4)
136if (this.TransportManagerTable.TryLookupUri(this.Uri, TransportDefaults.HostNameComparisonMode, out registration)) 167x509Requirement.ListenUri = this.Uri; 262this.AuditBehavior.SuppressAuditFailure, null, this.Uri, primaryIdentity); 267this.AuditBehavior.SuppressAuditFailure, null, this.Uri, primaryIdentity, exception);
System\ServiceModel\Channels\MsmqDecodeHelper.cs (1)
400message.Headers.To = listener.Uri;
System\ServiceModel\Channels\MsmqInputChannelBase.cs (2)
23this.receiver = new MsmqReceiveHelper(listener.ReceiveParameters, listener.Uri, messagePool, this, listener); 24this.localAddress = new EndpointAddress(listener.Uri);
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (1)
28: base(listener, new EndpointAddress(listener.Uri))
System\ServiceModel\Channels\MsmqInputSessionChannelListener.cs (1)
22this.Uri,
System\ServiceModel\Channels\MsmqTransportBindingElement.cs (1)
172MsmqVerifier.VerifyReceiver(receiveParameters, msmqListener.Uri);
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
162this, new EndpointAddress(this.Uri), ExposeConnectionProperty, connectionDemuxer);
System\ServiceModel\Channels\PeerChannelListener.cs (4)
245if (privatePeerNode != null && this.Uri.Host == privatePeerNode.MeshId) 253this.registration = new PeerNodeImplementation.Registration(this.Uri, this); 254foundPeerNode = PeerNodeImplementation.Get(this.Uri, registration); 262new InvalidOperationException(SR.GetString(SR.PeerMaxReceivedMessageSizeConflict, MaxReceivedMessageSize, foundPeerNode.MaxReceivedMessageSize, this.Uri)));
System\ServiceModel\Channels\PeerDuplexChannelListener.cs (1)
91this.duplexAcceptor = new PeerDuplexChannelAcceptor(this.InnerNode, this.Registration, this, new EndpointAddress(this.Uri), this.BaseUri);
System\ServiceModel\Channels\PeerInputChannelListener.cs (2)
90this.inputAcceptor = new PeerInputChannelAcceptor(this.InnerNode, this.Registration, this, new EndpointAddress(this.Uri), this.Uri);
System\ServiceModel\Channels\TcpChannelListener.cs (8)
169this, new EndpointAddress(this.Uri), ExposeConnectionProperty, connectionDemuxer); 335if (this.Uri.HostNameType == UriHostNameType.IPv6) 338ipv6Address = IPAddress.Parse(this.Uri.DnsSafeHost); 340else if (this.Uri.HostNameType == UriHostNameType.IPv4) 343ipv4Address = IPAddress.Parse(this.Uri.DnsSafeHost); 348if (this.Uri.HostNameType == UriHostNameType.IPv6) 352SR.GetString(SR.TcpV6AddressInvalid, this.Uri)); 358SR.GetString(SR.TcpV4AddressInvalid, this.Uri));
System\ServiceModel\Channels\TransportChannelListener.cs (15)
315if (this.Uri.HostNameType != UriHostNameType.IPv6) 320IPAddress channelListenerIP = IPAddress.Parse(this.Uri.DnsSafeHost); 404BaseUriWithWildcard baseAddress = AspNetEnvironment.Current.GetBaseUri(this.Scheme, this.Uri); 436SR.GetString(SR.TraceCodeOpenedListener), new UriTraceRecord(this.Uri), this, null); 505return this.TransportManagerTable.TryLookupUri(this.Uri, hostNameComparisonMode, out registration); 521SR.GetString(SR.TraceCodeNoExistingTransportManager), new UriTraceRecord(this.Uri), this, null); 542SR.GetString(SR.TraceCodeIncompatibleExistingTransportManager), new UriTraceRecord(this.Uri), this, null); 549Uri nextUri = AddSegment(registration.ListenUri, this.Uri); 572if ((String.Compare(this.Uri.Scheme, Uri.UriSchemeHttp, StringComparison.OrdinalIgnoreCase) == 0) || 573(String.Compare(this.Uri.Scheme, Uri.UriSchemeHttps, StringComparison.OrdinalIgnoreCase) == 0) 578SR.GetString(SR.Hosting_NoHttpTransportManagerForUri, this.Uri))); 580else if ((String.Compare(this.Uri.Scheme, Uri.UriSchemeNetTcp, StringComparison.OrdinalIgnoreCase) == 0) || 581(String.Compare(this.Uri.Scheme, Uri.UriSchemeNetPipe, StringComparison.OrdinalIgnoreCase) == 0) 586SR.Hosting_NoTcpPipeTransportManagerForUri, this.Uri))); 591SR.NoCompatibleTransportManagerForUri, this.Uri)));
System\ServiceModel\Channels\TransportManager.cs (4)
79if (!addressTable.TryLookupUri(channelListener.Uri, registeredComparisonMode, out existingFactory) || 83SR.ListenerFactoryNotRegistered, channelListener.Uri))); 116ServiceModelActivity.Start(this.Activity, SR.GetString(SR.ActivityListenAt, channelListener.Uri.ToString()), ActivityType.ListenAt); 126SR.GetString(SR.TraceCodeTransportListen, channelListener.Uri.ToString()), this);
System\ServiceModel\MsmqIntegration\MsmqIntegrationBindingElement.cs (1)
123MsmqVerifier.VerifyReceiver(receiveParameters, listener.Uri);