3 references to ListenSockets
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\UdpChannelListener.cs (3)
646
foreach (UdpSocket udpSocket in this.
ListenSockets
)
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);