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