1 instantiation of UdpReplyChannel
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpChannelListener.cs (1)
751return new UdpReplyChannel(this, this.ListenSockets.ToArray(), new EndpointAddress(this.Uri), this.Uri, this.IsMulticast);
7 references to UdpReplyChannel
System.ServiceModel.Channels (7)
System\ServiceModel\Channels\UdpChannelListener.cs (2)
742internal class UdpReplyChannelListener : UdpChannelListener<IReplyChannel, UdpReplyChannel, RequestContext> 749public override UdpReplyChannel CreateChannel()
System\ServiceModel\Channels\UdpReplyChannel.cs (5)
72return UdpReplyChannel.HelpReceiveRequest(this, timeout); 88return UdpReplyChannel.HelpBeginReceiveRequest(this, timeout, callback, state); 93return UdpReplyChannel.HelpEndReceiveRequest(result); 165throw FxTrace.Exception.AsError(UdpReplyChannel.CreateReceiveRequestTimedOutException(channel, timeout)); 250throw FxTrace.Exception.AsError(UdpReplyChannel.CreateReceiveRequestTimedOutException(this.channel, this.timeout));