1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
3344
out this.
channel
);
4 references to channel
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableChannelBinder.cs (4)
3346
if (timedOut || (this.
channel
== null))
3360
result = this.BeginOutput(this.binder, this.
channel
, this.message,
3366
this.EndOutput(this.binder, this.
channel
, this.maskingMode, result);
3390
this.EndOutput(this.binder, this.
channel
, this.maskingMode, result);