4 references to BaseUri
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
607if (registration.ListenUri.Segments.Length >= this.BaseUri.Segments.Length)
System\ServiceModel\Channels\PeerDuplexChannelListener.cs (1)
91this.duplexAcceptor = new PeerDuplexChannelAcceptor(this.InnerNode, this.Registration, this, new EndpointAddress(this.Uri), this.BaseUri);
System\ServiceModel\Channels\TcpChannelListener.cs (1)
289Uri listenUri = this.BaseUri;
System\ServiceModel\Channels\TransportChannelListener.cs (1)
362return this.CreateTransportManagerRegistration(this.BaseUri);