1 instantiation of UdpReplyChannel
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpChannelListener.cs (1)
751
return 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)
742
internal class UdpReplyChannelListener : UdpChannelListener<IReplyChannel,
UdpReplyChannel
, RequestContext>
749
public override
UdpReplyChannel
CreateChannel()
System\ServiceModel\Channels\UdpReplyChannel.cs (5)
72
return
UdpReplyChannel
.HelpReceiveRequest(this, timeout);
88
return
UdpReplyChannel
.HelpBeginReceiveRequest(this, timeout, callback, state);
93
return
UdpReplyChannel
.HelpEndReceiveRequest(result);
165
throw FxTrace.Exception.AsError(
UdpReplyChannel
.CreateReceiveRequestTimedOutException(channel, timeout));
250
throw FxTrace.Exception.AsError(
UdpReplyChannel
.CreateReceiveRequestTimedOutException(this.channel, this.timeout));