1 write to channel
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpReplyChannel.cs (1)
201
this.
channel
= channel;
2 references to channel
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpReplyChannel.cs (2)
248
if (!this.
channel
.EndTryReceiveRequest(result, out this.requestContext))
250
throw FxTrace.Exception.AsError(UdpReplyChannel.CreateReceiveRequestTimedOutException(this.
channel
, this.timeout));