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