1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
2241
this.
channel
= channel;
6 references to channel
System.ServiceModel (6)
System\ServiceModel\Channels\ServiceChannel.cs (6)
2282
this.callOnce.Call(this.
channel
, timeout);
2332
IAsyncResult result = this.callOnce.BeginCall(this.
channel
, timeout, callback, state);
2369
this.callOnce.EndCall(this.
channel
, result);
2532
this.manager.
channel
.Closed -= this.OnClosed;
2544
this.Complete(false, this.manager.
channel
.CreateClosedException());
2551
_this.Complete(false, _this.manager.
channel
.GetOpenTimeoutException(_this.timeout));