2 writes to _channel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
61
_channel
= channel;
458
_channel
= new ServiceChannel(_binder, endpoint, _listener.ChannelDispatcher, _idleManager);
21 references to _channel
dotnet-svcutil-lib (21)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (21)
126
get { return
_channel
; }
345
_requestInfo.Channel =
_channel
;
449
if (
_channel
== null)
453
if (
_channel
== null)
459
this.InitializeServiceChannel(
_channel
);
465
if (
_channel
== null)
471
endpoint =
_channel
.EndpointDispatcher;
473
return
_channel
;
504
else if (
_channel
!= null)
506
DispatchRuntime dispatchBehavior =
_channel
.ClientRuntime.CallbackDispatchRuntime;
507
dispatchBehavior.ChannelDispatcher.ProvideFault(e,
_channel
.GetProperty<FaultConverter>(), ref faultInfo);
528
else if (
_channel
!= null)
530
return
_channel
.ClientRuntime.CallbackDispatchRuntime.ChannelDispatcher.HandleError(e, ref faultInfo);
644
if (
_channel
!= null)
646
_channel
.HandleReceiveComplete(context);
900
else if (
_channel
!= null &&
_channel
.IsClient)
902
enableFaults =
_channel
.ClientRuntime.EnableFaults;
919
var state = new ContinuationState { ChannelHandler = this, Channel =
_channel
, Exception = exception, FaultInfo = faultInfo, Request = request, Reply = reply };
1174
this.HandleError(e, request,
_channel
);
1209
this.HandleError(e, request,
_channel
);