3 writes to channelInstance
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\UdpChannelListener.cs (3)
319this.channelInstance = null; 449this.channelInstance = channel; 724this.channelInstance = null;
6 references to channelInstance
System.ServiceModel.Channels (6)
System\ServiceModel\Channels\UdpChannelListener.cs (6)
196IUdpReceiveHandler receiveHandler = (IUdpReceiveHandler)this.channelInstance; 303if (this.channelInstance != null) 307if (this.channelInstance != null) 309if (this.channelInstance.TransferReceiveManagerOwnership(this.socketReceiveManager, 439channel = this.channelInstance; 489TChannel channel = this.channelInstance;