Base:
property
Uri
System.ServiceModel.Channels.ChannelListenerBase.Uri
4 references to Uri
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\UdpChannelListener.cs (4)
738return new ServerUdpDuplexChannel(this, this.ListenSockets.ToArray(), new EndpointAddress(this.Uri), this.Uri, this.IsMulticast); 751return new UdpReplyChannel(this, this.ListenSockets.ToArray(), new EndpointAddress(this.Uri), this.Uri, this.IsMulticast);