4 writes to UnhandledDispatchOperation
System.ServiceModel (3)
System\ServiceModel\Description\DispatcherBuilder.cs (1)
1046
parent.
UnhandledDispatchOperation
= child;
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
1012
endpointDispatcher.DispatchRuntime.
UnhandledDispatchOperation
= operation;
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
1210
endpointDispatcher.DispatchRuntime.
UnhandledDispatchOperation
= operation;
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebHttpBehavior.cs (1)
233
endpointDispatcher.DispatchRuntime.
UnhandledDispatchOperation
= new DispatchOperation(endpointDispatcher.DispatchRuntime, "*", WildcardAction, WildcardAction);
15 references to UnhandledDispatchOperation
System.ServiceModel (5)
System\ServiceModel\Description\DispatcherBuilder.cs (3)
1114
if (dispatchOperation == null && dispatch.
UnhandledDispatchOperation
!= null && dispatch.
UnhandledDispatchOperation
.Name == operation.Name)
1116
dispatchOperation = dispatch.
UnhandledDispatchOperation
;
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
102
DispatchOperationRuntime unhandled = new DispatchOperationRuntime(dispatch.
UnhandledDispatchOperation
, this);
System\ServiceModel\Dispatcher\TransactionBehavior.cs (1)
141
DispatchOperation unhandled = dispatch.
UnhandledDispatchOperation
;
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\UdpContractFilterBehavior.cs (3)
24
if (clientRuntime != null && clientRuntime.CallbackDispatchRuntime != null && clientRuntime.CallbackDispatchRuntime.
UnhandledDispatchOperation
!= null)
26
clientRuntime.CallbackDispatchRuntime.
UnhandledDispatchOperation
.Invoker = new UnhandledActionOperationInvoker();
38
endpointDispatcher.DispatchRuntime.
UnhandledDispatchOperation
.Invoker = new UnhandledActionOperationInvoker();
System.ServiceModel.Web (7)
System\ServiceModel\Description\WebHttpBehavior.cs (7)
202
endpointDispatcher.DispatchRuntime.
UnhandledDispatchOperation
);
234
endpointDispatcher.DispatchRuntime.
UnhandledDispatchOperation
.DeserializeRequest = false;
235
endpointDispatcher.DispatchRuntime.
UnhandledDispatchOperation
.SerializeReply = false;
236
endpointDispatcher.DispatchRuntime.
UnhandledDispatchOperation
.Invoker = new HttpUnhandledOperationInvoker { HelpUri = this.HelpUri };
249
else if (endpointDispatcher.DispatchRuntime.
UnhandledDispatchOperation
.Name == od.Name)
251
dop = endpointDispatcher.DispatchRuntime.
UnhandledDispatchOperation
;
290
Invoker = new HelpOperationInvoker(helpPage, endpointDispatcher.DispatchRuntime.
UnhandledDispatchOperation
.Invoker),