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