1 write to channel
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingChannelExtension.cs (1)
262
this.
channel
= owner;
5 references to channel
System.ServiceModel.Routing (5)
System\ServiceModel\Routing\RoutingChannelExtension.cs (5)
122
channelsToClose.BeginClose(this.
channel
.OperationTimeout, closeChannelsCallback, channelsToClose);
177
this.
channel
.Close();
217
this.
channel
.Close();
257
RoutingUtilities.Abort(this.
channel
, this.
channel
.LocalAddress);