2 writes to channel
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
80
this.
channel
= channel;
688
this.
channel
= new ServiceChannel(this.binder, endpoint, this.listener.ChannelDispatcher, this.idleManager);
23 references to channel
System.ServiceModel (23)
System\ServiceModel\Dispatcher\ChannelHandler.cs (23)
218
get { return this.
channel
; }
228
get { return (this.
channel
!= null) ? this.
channel
.InstanceContext : null; }
550
this.requestInfo.Channel = this.
channel
;
679
if (this.
channel
== null)
683
if (this.
channel
== null)
689
this.InitializeServiceChannel(this.
channel
);
695
if (this.
channel
== null)
701
endpoint = this.
channel
.EndpointDispatcher;
703
return this.
channel
;
758
else if (this.
channel
!= null)
760
DispatchRuntime dispatchBehavior = this.
channel
.ClientRuntime.CallbackDispatchRuntime;
761
dispatchBehavior.ChannelDispatcher.ProvideFault(e, this.
channel
.GetProperty<FaultConverter>(), ref faultInfo);
782
else if (this.
channel
!= null)
784
return this.
channel
.ClientRuntime.CallbackDispatchRuntime.ChannelDispatcher.HandleError(e, ref faultInfo);
898
if (this.
channel
!= null)
900
this.
channel
.HandleReceiveComplete(context);
1243
else if (this.
channel
!= null && this.
channel
.IsClient)
1245
enableFaults = this.
channel
.ClientRuntime.EnableFaults;
1262
var state = new ContinuationState { ChannelHandler = this, Channel =
channel
, Exception = exception, FaultInfo = faultInfo, Request = request, Reply = reply };
1879
this.HandleError(e, request,
channel
);
1914
this.HandleError(e, request,
channel
);