3 references to OutgoingChannels
System.ServiceModel (3)
System\ServiceModel\Channels\ServiceChannel.cs (3)
1546
this.InstanceContext.
OutgoingChannels
.Remove((IChannel)this.proxy);
1679
this.instanceContext.
OutgoingChannels
.Remove((IChannel)this.proxy);
1686
this.instanceContext.
OutgoingChannels
.Add((IChannel)this.proxy);