1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
2973
this.success = this.binder.synchronizer.EndTryGetChannel(result, out this.
channel
);
3 references to channel
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableChannelBinder.cs (3)
2958
this.success = this.EndInput(this.binder, this.
channel
, result, out complete);
2977
if (this.
channel
== null)
2988
inputResult = this.BeginInput(this.binder, this.
channel
,