3 references to SetUri
System.ServiceModel (3)
System\ServiceModel\Channels\TcpChannelListener.cs (1)
427base.SetUri(uriBuilder.Uri, context.ListenUriRelativeAddress);
System\ServiceModel\Channels\TransportChannelListener.cs (2)
126this.SetUri(context.ListenUriBaseAddress, context.ListenUriRelativeAddress); 136this.SetUri(context.ListenUriBaseAddress, relativeAddress + Guid.NewGuid().ToString());