ClientRuntime.UnhandledClientOperation Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the client operation for methods that do not have a corresponding ClientOperation.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.ServiceModel.Dispatcher.ClientOperationA ClientOperation that represents the method to which the current message contents are routed when the operation selector cannot find an operation that matches the message.
Show: