2 writes to ClientSendChannel
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalSendMessage.cs (2)
2558
this.
ClientSendChannel
= this.FactoryReference.TakeChannel(this.EndpointAddress, out this.clientChannelPool);
2567
this.
ClientSendChannel
= null;
5 references to ClientSendChannel
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\InternalSendMessage.cs (5)
1445
IContextChannel contextChannel = instance.
ClientSendChannel
as IContextChannel;
1766
this.channel = this.instance.
ClientSendChannel
;
2557
Fx.Assert(this.
ClientSendChannel
== null && this.clientChannelPool == null, "should only be called once per instance");
2563
if (this.
ClientSendChannel
!= null)
2566
this.FactoryReference.ReturnChannel(this.
ClientSendChannel
, this.clientChannelPool);