1 write to channel
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpChannelBase.cs (1)
439this.channel = channel;
3 references to channel
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\UdpChannelBase.cs (3)
472thisPtr.channel.UdpOutputChannel.EndClose(result); 474thisPtr.channel.Cleanup(false, thisPtr.timeoutHelper.RemainingTime()); 482IAsyncResult result = this.channel.UdpOutputChannel.BeginClose(this.timeoutHelper.RemainingTime(), this.PrepareAsyncCompletion(completeCloseOutputChannelCallback), this);