113 references to DispatchRuntime
System.ServiceModel (55)
System\ServiceModel\Channels\PeerService.cs (1)
246
endpointDispatcher.
DispatchRuntime
.OperationSelector = new OperationSelector(this.messageHandler);
System\ServiceModel\Channels\ServiceChannel.cs (4)
115
this.clientRuntime = endpointDispatcher.
DispatchRuntime
.CallbackClientRuntime;
119
this.autoClose = endpointDispatcher.
DispatchRuntime
.AutomaticInputSessionShutdown;
199
return this.endpointDispatcher.
DispatchRuntime
;
247
this.clientRuntime = value.
DispatchRuntime
.CallbackClientRuntime;
System\ServiceModel\Description\DispatcherBuilder.cs (5)
850
behavior.ApplyDispatchBehavior(endpoint.Contract, endpoint, dispatcher.
DispatchRuntime
);
861
DispatcherBuilder.BindOperations(endpoint.Contract, null, dispatcher.
DispatchRuntime
);
910
DispatchRuntime dispatch = endpointInfos[i].EndpointDispatcher.
DispatchRuntime
;
942
DispatchRuntime dispatch = dispatcher.
DispatchRuntime
;
1272
endpointDispatcher.
DispatchRuntime
.IgnoreTransactionMessageProperty = !UsesTransactionFlowProperties(
System\ServiceModel\Description\MustUnderstandBehavior.cs (1)
41
endpointDispatcher.
DispatchRuntime
.ValidateMustUnderstand = this.ValidateMustUnderstand;
System\ServiceModel\Description\ServiceAuthenticationBehavior.cs (1)
139
DispatchRuntime behavior = endpointDispatcher.
DispatchRuntime
;
System\ServiceModel\Description\ServiceAuthorizationBehavior.cs (1)
207
DispatchRuntime behavior = endpointDispatcher.
DispatchRuntime
;
System\ServiceModel\Description\ServiceCredentials.cs (1)
309
DispatchRuntime behavior = endpointDispatcher.
DispatchRuntime
;
System\ServiceModel\Description\ServiceDebugBehavior.cs (1)
202
((ServiceMetadataExtension.HttpGetImpl)channelDispatcher.Endpoints[0].
DispatchRuntime
.SingletonInstanceContext.UserObject).HelpPageEnabled = true;
System\ServiceModel\Description\ServiceMetadataBehavior.cs (2)
240
((ServiceMetadataExtension.HttpGetImpl)channelDispatcher.Endpoints[0].
DispatchRuntime
.SingletonInstanceContext.UserObject).GetWsdlEnabled = true;
303
DispatchRuntime dispatcher = channelDispatcher.Endpoints[0].
DispatchRuntime
;
System\ServiceModel\Description\ServiceMetadataExtension.cs (8)
379
channelDispatcher.Endpoints[0].
DispatchRuntime
.SingletonInstanceContext != null &&
380
channelDispatcher.Endpoints[0].
DispatchRuntime
.SingletonInstanceContext.UserObject is HttpGetImpl)
437
DispatchOperation operationDispatcher = new DispatchOperation(dispatcher.
DispatchRuntime
, HttpGetImpl.GetMethodName, HttpGetImpl.RequestAction, HttpGetImpl.ReplyAction);
441
dispatcher.
DispatchRuntime
.Operations.Add(operationDispatcher);
445
dispatcher.
DispatchRuntime
.SingletonInstanceContext = new InstanceContext(owner, impl, false);
446
dispatcher.
DispatchRuntime
.MessageInspectors.Add(impl);
450
dispatcher.
DispatchRuntime
.InstanceContextProvider = InstanceContextProviderBase.GetProviderForMode(InstanceContextMode.Single, dispatcher.
DispatchRuntime
);
System\ServiceModel\Description\ServiceSecurityAuditBehavior.cs (1)
130
DispatchRuntime behavior = endpointDispatcher.
DispatchRuntime
;
System\ServiceModel\Description\TransactedBatchingBehavior.cs (1)
64
if (endpointDispatcher.
DispatchRuntime
.ReleaseServiceInstanceOnTransactionComplete)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
825
endpoint.
DispatchRuntime
.GetRuntime();
827
endpoint.
DispatchRuntime
.LockDownProperties();
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
150
if (ConcurrencyMode.Multiple != endpointDispatcher.
DispatchRuntime
.ConcurrencyMode)
605
this.requestInfo.DispatchRuntime = this.requestInfo.Endpoint.
DispatchRuntime
;
System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (2)
72
if (endpointDispatcher.
DispatchRuntime
.EnsureOrderedDispatch)
77
if (endpointDispatcher.
DispatchRuntime
.ConcurrencyMode != ConcurrencyMode.Single)
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (1)
79
this.dispatchRuntime = baseEndpoint.
DispatchRuntime
;
System\ServiceModel\Security\ImpersonateOnSerializingReplyMessageProperty.cs (2)
110
DispatchRuntime dispatchRuntime = endpointDispatcher.
DispatchRuntime
;
136
DispatchRuntime dispatchRuntime = endpointDispatcher.
DispatchRuntime
;
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (8)
999
endpointDispatcher.
DispatchRuntime
.SingletonInstanceContext = new InstanceContext(null, this.authenticator, false);
1000
endpointDispatcher.
DispatchRuntime
.ConcurrencyMode = ConcurrencyMode.Multiple;
1004
endpointDispatcher.
DispatchRuntime
.PrincipalPermissionMode = PrincipalPermissionMode.None;
1005
endpointDispatcher.
DispatchRuntime
.InstanceContextProvider = new SingletonInstanceContextProvider(endpointDispatcher.
DispatchRuntime
);
1006
endpointDispatcher.
DispatchRuntime
.SynchronizationContext = null;
1008
DispatchOperation operation = new DispatchOperation(endpointDispatcher.
DispatchRuntime
, "*", MessageHeaders.WildcardAction, MessageHeaders.WildcardAction);
1012
endpointDispatcher.
DispatchRuntime
.UnhandledDispatchOperation = operation;
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (9)
1188
endpointDispatcher.
DispatchRuntime
.SingletonInstanceContext = new InstanceContext(null, this.authenticator, false);
1189
endpointDispatcher.
DispatchRuntime
.ConcurrencyMode = ConcurrencyMode.Multiple;
1193
endpointDispatcher.
DispatchRuntime
.PrincipalPermissionMode = PrincipalPermissionMode.None;
1194
endpointDispatcher.
DispatchRuntime
.InstanceContextProvider = new SingletonInstanceContextProvider(endpointDispatcher.
DispatchRuntime
);
1195
endpointDispatcher.
DispatchRuntime
.SynchronizationContext = null;
1202
endpointDispatcher.
DispatchRuntime
.ServiceAuthenticationManager = new SCTServiceAuthenticationManagerWrapper(serviceAuthenticationManager);
1206
DispatchOperation operation = new DispatchOperation(endpointDispatcher.
DispatchRuntime
, "*", MessageHeaders.WildcardAction, MessageHeaders.WildcardAction);
1210
endpointDispatcher.
DispatchRuntime
.UnhandledDispatchOperation = operation;
System\ServiceModel\ServiceBehaviorAttribute.cs (2)
381
DispatchRuntime behavior = endpointDispatcher.
DispatchRuntime
;
434
DispatchRuntime dispatch = endpointDispatcher.
DispatchRuntime
;
System.ServiceModel.Activities (9)
System\ServiceModel\Activities\ClientOperationFormatterProvider.cs (1)
36
dummyDispatchRuntime = dispatcher.
DispatchRuntime
;
System\ServiceModel\Activities\Description\BufferedReceiveServiceBehavior.cs (2)
51
endpointDispatcher.
DispatchRuntime
.PreserveMessage = true;
54
foreach (DispatchOperation dispatchOperation in endpointDispatcher.
DispatchRuntime
.Operations)
System\ServiceModel\Activities\Description\CorrelationQueryBehavior.cs (1)
139
endpointDispatcher.
DispatchRuntime
.PreserveMessage = true;
System\ServiceModel\Activities\Description\WorkflowInstanceManagementBehavior.cs (3)
193
DispatchOperation operationDispatcher = new DispatchOperation(endpointDispatcher.
DispatchRuntime
, operation.Name,
203
endpointDispatcher.
DispatchRuntime
.Operations.Add(operationDispatcher);
209
DispatchRuntime dispatchRuntime = endpointDispatcher.
DispatchRuntime
;
System\ServiceModel\Activities\Description\WorkflowServiceBehavior.cs (1)
61
DispatchRuntime dispatchRuntime = endPointDispatcher.
DispatchRuntime
;
System\ServiceModel\Activities\ServiceOperationFormatterProvider.cs (1)
26
dummyDispatchRuntime = dispatcher.
DispatchRuntime
;
System.ServiceModel.Discovery (6)
System\ServiceModel\Discovery\DiscoveryOperationContextExtensionInitializer.cs (1)
35
endpointDispatcher.
DispatchRuntime
.MessageInspectors.Add(this);
System\ServiceModel\Discovery\ServiceDiscoveryBehavior.cs (1)
138
DispatchRuntime dispatchRuntime = endpointDispatcher.
DispatchRuntime
;
System\ServiceModel\Discovery\UdpContractFilterBehavior.cs (1)
38
endpointDispatcher.
DispatchRuntime
.UnhandledDispatchOperation.Invoker = new UnhandledActionOperationInvoker();
System\ServiceModel\Discovery\UdpReplyToBehavior.cs (3)
67
endpointDispatcher.
DispatchRuntime
.MessageInspectors.Add(this);
68
if (endpointDispatcher.
DispatchRuntime
.CallbackClientRuntime != null)
70
endpointDispatcher.
DispatchRuntime
.CallbackClientRuntime.MessageInspectors.Add(this);
System.ServiceModel.Routing (6)
System\ServiceModel\Routing\RoutingBehavior.cs (6)
50
DispatchRuntime dispatchRuntime = endpointDispatcher.
DispatchRuntime
;
177
endpointDispatcher.
DispatchRuntime
.InputSessionShutdownHandlers.Add(this);
178
endpointDispatcher.
DispatchRuntime
.AutomaticInputSessionShutdown = false;
180
if (endpointDispatcher.
DispatchRuntime
.ImpersonateCallerForAllOperations)
200
endpointDispatcher.
DispatchRuntime
.TransactionAutoCompleteOnSessionClose = true;
217
endpointDispatcher.
DispatchRuntime
.TransactionAutoCompleteOnSessionClose = false;
System.ServiceModel.Web (26)
System\ServiceModel\Description\WebHttpBehavior.cs (20)
166
endpointDispatcher.
DispatchRuntime
.MessageInspectors.Add(new JavascriptCallbackMessageInspector(this.JavascriptCallbackParameterName));
181
endpointDispatcher.
DispatchRuntime
.OperationSelector = this.GetOperationSelector(endpoint);
201
endpointDispatcher.
DispatchRuntime
.Operations.Add(
202
endpointDispatcher.
DispatchRuntime
.UnhandledDispatchOperation);
222
endpointDispatcher.
DispatchRuntime
.MessageInspectors.Add(formatSelectingMessageInspector);
233
endpointDispatcher.
DispatchRuntime
.UnhandledDispatchOperation = new DispatchOperation(endpointDispatcher.
DispatchRuntime
, "*", WildcardAction, WildcardAction);
234
endpointDispatcher.
DispatchRuntime
.UnhandledDispatchOperation.DeserializeRequest = false;
235
endpointDispatcher.
DispatchRuntime
.UnhandledDispatchOperation.SerializeReply = false;
236
endpointDispatcher.
DispatchRuntime
.UnhandledDispatchOperation.Invoker = new HttpUnhandledOperationInvoker { HelpUri = this.HelpUri };
243
if (endpointDispatcher.
DispatchRuntime
.Operations.Contains(od.Name))
246
dop = endpointDispatcher.
DispatchRuntime
.Operations[od.Name];
249
else if (endpointDispatcher.
DispatchRuntime
.UnhandledDispatchOperation.Name == od.Name)
251
dop = endpointDispatcher.
DispatchRuntime
.UnhandledDispatchOperation;
286
DispatchOperation dispatchOperation = new DispatchOperation(endpointDispatcher.
DispatchRuntime
, HelpOperationInvoker.OperationName, null, null)
290
Invoker = new HelpOperationInvoker(helpPage, endpointDispatcher.
DispatchRuntime
.UnhandledDispatchOperation.Invoker),
292
endpointDispatcher.
DispatchRuntime
.Operations.Add(dispatchOperation);
543
WebErrorHandler errorHandler = new WebErrorHandler(this, endpoint.Contract, endpointDispatcher.
DispatchRuntime
.ChannelDispatcher.IncludeExceptionDetailInFaults);
544
endpointDispatcher.
DispatchRuntime
.ChannelDispatcher.ErrorHandlers.Add(errorHandler);
1079
DispatchRuntime dispatchRuntime = dummyED.
DispatchRuntime
;
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (5)
302
DispatchOperation dispatchOperation = new DispatchOperation(metadataEndpointDispatcher.
DispatchRuntime
, metadataOperation.Name, metadataOperation.Messages[0].Action, metadataOperation.Messages[1].Action);
305
metadataEndpointDispatcher.
DispatchRuntime
.Operations.Add(dispatchOperation);
306
metadataEndpointDispatcher.
DispatchRuntime
.SingletonInstanceContext = new InstanceContext(host, new WebScriptClientGenerator(endpoint, debugMode, !String.IsNullOrEmpty(this.JavascriptCallbackParameterName)));
307
metadataEndpointDispatcher.
DispatchRuntime
.InstanceContextProvider = new SingletonInstanceContextProvider(metadataEndpointDispatcher.
DispatchRuntime
);
System\ServiceModel\Web\WebOperationContext.cs (1)
346
WebHttpDispatchOperationSelector selector = OperationContext.Current.EndpointDispatcher.
DispatchRuntime
.OperationSelector as WebHttpDispatchOperationSelector;
System.WorkflowServices (11)
System\ServiceModel\Description\DurableServiceAttribute.cs (4)
168
endpointDispatcher.
DispatchRuntime
.InstanceContextProvider = instanceContextProvider;
184
endpointDispatcher.
DispatchRuntime
.InstanceContextProvider = singleCallInstanceContextProvider;
186
endpointDispatcher.
DispatchRuntime
.MessageInspectors.Add(new DurableMessageDispatchInspector(serviceEndPoint.Contract.SessionMode));
187
endpointDispatcher.
DispatchRuntime
.InstanceProvider = instanceProvider;
System\ServiceModel\Description\WorkflowServiceBehavior.cs (5)
294
DispatchRuntime dispatchRuntime = endPointDispatcher.
DispatchRuntime
;
331
endPointDispatcher.
DispatchRuntime
.InstanceContextProvider = instanceContextProvider;
342
endPointDispatcher.
DispatchRuntime
.InstanceContextProvider = singleCallInstanceContextProvider;
344
endPointDispatcher.
DispatchRuntime
.MessageInspectors.Add(new DurableMessageDispatchInspector(serviceEndPoint.Contract.SessionMode));
345
endPointDispatcher.
DispatchRuntime
.InstanceProvider = instanceProvider;
System\ServiceModel\Dispatcher\DurableRuntimeValidator.cs (2)
44
OperationContext.Current.EndpointDispatcher.
DispatchRuntime
!= null,
48
this.concurrencyMode = OperationContext.Current.EndpointDispatcher.
DispatchRuntime
.ConcurrencyMode;