15 references to DispatchRuntime
System.ServiceModel (15)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1824
DispatchRuntime behavior = this.
DispatchRuntime
;
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
601
this.requestInfo.DispatchRuntime = this.requestInfo.Channel.
DispatchRuntime
;
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (12)
909
rpc.Channel.
DispatchRuntime
.EndpointDispatcher.ContractName,
910
rpc.Channel.
DispatchRuntime
.EndpointDispatcher.EndpointAddress));
1033
rpc.Channel.
DispatchRuntime
.EndpointDispatcher.ContractName,
1034
rpc.Channel.
DispatchRuntime
.EndpointDispatcher.EndpointAddress));
1067
rpc.Channel.
DispatchRuntime
.EndpointDispatcher.ContractName,
1068
rpc.Channel.
DispatchRuntime
.EndpointDispatcher.EndpointAddress));
1101
rpc.Channel.
DispatchRuntime
.EndpointDispatcher.ContractName,
1102
rpc.Channel.
DispatchRuntime
.EndpointDispatcher.EndpointAddress));
1135
rpc.Channel.
DispatchRuntime
.EndpointDispatcher.ContractName,
1136
rpc.Channel.
DispatchRuntime
.EndpointDispatcher.EndpointAddress));
1172
rpc.Channel.
DispatchRuntime
.EndpointDispatcher.ContractName,
1173
rpc.Channel.
DispatchRuntime
.EndpointDispatcher.EndpointAddress));
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
130
this.isInstanceContextSingleton = InstanceContextProviderBase.IsProviderSingleton(this.Channel.
DispatchRuntime
.InstanceContextProvider);