You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.TraceSource.TraceEvent(TraceEventType.Warning,(int)TraceEvents.RequestWithoutMatchingTarget,"No target methods are registered that match \"{0}\".",request.Method);
this.TraceSource.TraceEvent(TraceEventType.Verbose,(int)TraceEvents.RequestWithoutMatchingTarget,"No target methods are registered that match \"{0}\". This is expected since the formatter is expected to have intercepted this special method and dispatched to a local IProgress<T> object.",request.Method);
2181
+
}
2182
+
else
2183
+
{
2184
+
this.TraceSource.TraceEvent(TraceEventType.Warning,(int)TraceEvents.RequestWithoutMatchingTarget,"No target methods are registered that match \"{0}\".",request.Method);
this.TraceSource.TraceEvent(TraceEventType.Warning,(int)TraceEvents.RequestWithoutMatchingTarget,"Invocation of \"{0}\" cannot occur because arguments do not match any registered target methods.",request.Method);
0 commit comments