1 write to _channel
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
2039
_channel
= channel;
8 references to _channel
System.ServiceModel.Primitives (8)
System\ServiceModel\Channels\ServiceChannel.cs (8)
2044
_channel
.Closing += (s, e) =>
2049
_channel
.Faulted += (s, e) =>
2104
_callOnce.Call(
_channel
, timeout);
2154
IAsyncResult result = _callOnce.BeginCall(
_channel
, timeout, callback, state);
2191
_callOnce.EndCall(
_channel
, result);
2356
_manager.
_channel
.Closed -= OnClosed;
2368
Complete(false, _manager.
_channel
.CreateClosedException());
2375
_this.Complete(false, _this._manager.
_channel
.GetOpenTimeoutException(_this._timeout));