1 write to UnhandledClientOperation
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
96UnhandledClientOperation = new ClientOperation(this, "*", MessageHeaders.WildcardAction, MessageHeaders.WildcardAction);
2 references to UnhandledClientOperation
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
97UnhandledClientOperation.InternalFormatter = new MessageOperationFormatter();
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
32UnhandledProxyOperation = new ProxyOperationRuntime(behavior.UnhandledClientOperation, this);