3 writes to DispatchRuntime
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
601
this.requestInfo.
DispatchRuntime
= this.requestInfo.Channel.DispatchRuntime;
605
this.requestInfo.
DispatchRuntime
= this.requestInfo.Endpoint.DispatchRuntime;
2029
this.
DispatchRuntime
= null;
3 references to DispatchRuntime
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
391
DispatchRuntime dispatchBehavior = this.requestInfo.
DispatchRuntime
;
1864
if (this.requestInfo.
DispatchRuntime
!= null)
1869
this.requestInfo.ExistingInstanceContext = this.requestInfo.
DispatchRuntime
.InstanceContextProvider.GetExistingInstanceContext(request.RequestMessage, transparentProxy);