2 writes to Channel
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
57
Channel
= channel;
450
Channel
= new ServiceChannel(Binder, endpoint, _listener.ChannelDispatcher, _idleManager);
20 references to Channel
System.ServiceModel.Primitives (20)
System\ServiceModel\Dispatcher\ChannelHandler.cs (20)
337
_requestInfo.Channel =
Channel
;
441
if (
Channel
== null)
445
if (
Channel
== null)
451
InitializeServiceChannel(
Channel
);
457
if (
Channel
== null)
463
endpoint =
Channel
.EndpointDispatcher;
465
return
Channel
;
496
else if (
Channel
!= null)
498
DispatchRuntime dispatchBehavior =
Channel
.ClientRuntime.CallbackDispatchRuntime;
499
dispatchBehavior.ChannelDispatcher.ProvideFault(e,
Channel
.GetProperty<FaultConverter>(), ref faultInfo);
520
else if (
Channel
!= null)
522
return
Channel
.ClientRuntime.CallbackDispatchRuntime.ChannelDispatcher.HandleError(e, ref faultInfo);
636
if (
Channel
!= null)
638
Channel
.HandleReceiveComplete(context);
909
else if (
Channel
!= null &&
Channel
.IsClient)
911
enableFaults =
Channel
.ClientRuntime.EnableFaults;
928
var state = new ContinuationState { ChannelHandler = this, Channel =
Channel
, Exception = exception, FaultInfo = faultInfo, Request = request, Reply = reply };
1181
HandleError(e, request,
Channel
);
1216
HandleError(e, request,
Channel
);