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